| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected ServiceStartType |
Windows10EndpointProtectionConfiguration.xboxServicesAccessoryManagementServiceStartupMode |
protected ServiceStartType |
Windows10EndpointProtectionConfiguration.xboxServicesLiveAuthManagerServiceStartupMode |
protected ServiceStartType |
Windows10EndpointProtectionConfiguration.xboxServicesLiveGameSaveServiceStartupMode |
protected ServiceStartType |
Windows10EndpointProtectionConfiguration.xboxServicesLiveNetworkingServiceStartupMode |
| Modifier and Type | Method and Description |
|---|---|
Optional<ServiceStartType> |
Windows10EndpointProtectionConfiguration.getXboxServicesAccessoryManagementServiceStartupMode()
“This setting determines whether the Accessory management service's start type is
Automatic(2), Manual(3), Disabled(4).
|
Optional<ServiceStartType> |
Windows10EndpointProtectionConfiguration.getXboxServicesLiveAuthManagerServiceStartupMode()
“This setting determines whether Live Auth Manager service's start type is
Automatic(2), Manual(3), Disabled(4).
|
Optional<ServiceStartType> |
Windows10EndpointProtectionConfiguration.getXboxServicesLiveGameSaveServiceStartupMode()
“This setting determines whether Live Game save service's start type is Automatic
(2), Manual(3), Disabled(4).
|
Optional<ServiceStartType> |
Windows10EndpointProtectionConfiguration.getXboxServicesLiveNetworkingServiceStartupMode()
“This setting determines whether Networking service's start type is Automatic(2),
Manual(3), Disabled(4).
|
| Modifier and Type | Method and Description |
|---|---|
Windows10EndpointProtectionConfiguration |
Windows10EndpointProtectionConfiguration.withXboxServicesAccessoryManagementServiceStartupMode(ServiceStartType xboxServicesAccessoryManagementServiceStartupMode)
Returns an immutable copy of
this with just the xboxServicesAccessoryManagementServiceStartupMode field changed. |
Windows10EndpointProtectionConfiguration |
Windows10EndpointProtectionConfiguration.withXboxServicesLiveAuthManagerServiceStartupMode(ServiceStartType xboxServicesLiveAuthManagerServiceStartupMode)
Returns an immutable copy of
this with just the xboxServicesLiveAuthManagerServiceStartupMode field changed. |
Windows10EndpointProtectionConfiguration |
Windows10EndpointProtectionConfiguration.withXboxServicesLiveGameSaveServiceStartupMode(ServiceStartType xboxServicesLiveGameSaveServiceStartupMode)
Returns an immutable copy of
this with just the xboxServicesLiveGameSaveServiceStartupMode field changed. |
Windows10EndpointProtectionConfiguration |
Windows10EndpointProtectionConfiguration.withXboxServicesLiveNetworkingServiceStartupMode(ServiceStartType xboxServicesLiveNetworkingServiceStartupMode)
Returns an immutable copy of
this with just the xboxServicesLiveNetworkingServiceStartupMode field changed. |
Windows10EndpointProtectionConfiguration.Builder |
Windows10EndpointProtectionConfiguration.Builder.xboxServicesAccessoryManagementServiceStartupMode(ServiceStartType xboxServicesAccessoryManagementServiceStartupMode)
“This setting determines whether the Accessory management service's start type is
Automatic(2), Manual(3), Disabled(4).
|
Windows10EndpointProtectionConfiguration.Builder |
Windows10EndpointProtectionConfiguration.Builder.xboxServicesLiveAuthManagerServiceStartupMode(ServiceStartType xboxServicesLiveAuthManagerServiceStartupMode)
“This setting determines whether Live Auth Manager service's start type is
Automatic(2), Manual(3), Disabled(4).
|
Windows10EndpointProtectionConfiguration.Builder |
Windows10EndpointProtectionConfiguration.Builder.xboxServicesLiveGameSaveServiceStartupMode(ServiceStartType xboxServicesLiveGameSaveServiceStartupMode)
“This setting determines whether Live Game save service's start type is Automatic
(2), Manual(3), Disabled(4).
|
Windows10EndpointProtectionConfiguration.Builder |
Windows10EndpointProtectionConfiguration.Builder.xboxServicesLiveNetworkingServiceStartupMode(ServiceStartType xboxServicesLiveNetworkingServiceStartupMode)
“This setting determines whether Networking service's start type is Automatic(2),
Manual(3), Disabled(4).
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceStartType |
ServiceStartType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceStartType[] |
ServiceStartType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.