Uses of Class
odata.msgraph.client.beta.enums.ServiceStartType
-
Packages that use ServiceStartType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of ServiceStartType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ServiceStartType Modifier and Type Field Description protected ServiceStartTypeWindows10EndpointProtectionConfiguration. xboxServicesAccessoryManagementServiceStartupModeprotected ServiceStartTypeWindows10EndpointProtectionConfiguration. xboxServicesLiveAuthManagerServiceStartupModeprotected ServiceStartTypeWindows10EndpointProtectionConfiguration. xboxServicesLiveGameSaveServiceStartupModeprotected ServiceStartTypeWindows10EndpointProtectionConfiguration. xboxServicesLiveNetworkingServiceStartupModeMethods in odata.msgraph.client.beta.entity that return types with arguments of type ServiceStartType Modifier and Type Method 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).Methods in odata.msgraph.client.beta.entity with parameters of type ServiceStartType Modifier and Type Method Description Windows10EndpointProtectionConfigurationWindows10EndpointProtectionConfiguration. withXboxServicesAccessoryManagementServiceStartupMode(ServiceStartType xboxServicesAccessoryManagementServiceStartupMode)Returns an immutable copy ofthiswith just thexboxServicesAccessoryManagementServiceStartupModefield changed.Windows10EndpointProtectionConfigurationWindows10EndpointProtectionConfiguration. withXboxServicesLiveAuthManagerServiceStartupMode(ServiceStartType xboxServicesLiveAuthManagerServiceStartupMode)Returns an immutable copy ofthiswith just thexboxServicesLiveAuthManagerServiceStartupModefield changed.Windows10EndpointProtectionConfigurationWindows10EndpointProtectionConfiguration. withXboxServicesLiveGameSaveServiceStartupMode(ServiceStartType xboxServicesLiveGameSaveServiceStartupMode)Returns an immutable copy ofthiswith just thexboxServicesLiveGameSaveServiceStartupModefield changed.Windows10EndpointProtectionConfigurationWindows10EndpointProtectionConfiguration. withXboxServicesLiveNetworkingServiceStartupMode(ServiceStartType xboxServicesLiveNetworkingServiceStartupMode)Returns an immutable copy ofthiswith just thexboxServicesLiveNetworkingServiceStartupModefield changed.Windows10EndpointProtectionConfiguration.BuilderWindows10EndpointProtectionConfiguration.Builder. xboxServicesAccessoryManagementServiceStartupMode(ServiceStartType xboxServicesAccessoryManagementServiceStartupMode)“This setting determines whether the Accessory management service's start type is Automatic(2), Manual(3), Disabled(4).Windows10EndpointProtectionConfiguration.BuilderWindows10EndpointProtectionConfiguration.Builder. xboxServicesLiveAuthManagerServiceStartupMode(ServiceStartType xboxServicesLiveAuthManagerServiceStartupMode)“This setting determines whether Live Auth Manager service's start type is Automatic(2), Manual(3), Disabled(4).Windows10EndpointProtectionConfiguration.BuilderWindows10EndpointProtectionConfiguration.Builder. xboxServicesLiveGameSaveServiceStartupMode(ServiceStartType xboxServicesLiveGameSaveServiceStartupMode)“This setting determines whether Live Game save service's start type is Automatic (2), Manual(3), Disabled(4).Windows10EndpointProtectionConfiguration.BuilderWindows10EndpointProtectionConfiguration.Builder. xboxServicesLiveNetworkingServiceStartupMode(ServiceStartType xboxServicesLiveNetworkingServiceStartupMode)“This setting determines whether Networking service's start type is Automatic(2), Manual(3), Disabled(4). -
Uses of ServiceStartType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ServiceStartType Modifier and Type Method Description static ServiceStartTypeServiceStartType. 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.
-