Uses of Enum
com.azure.resourcemanager.batch.models.AutoUserScope
Packages that use AutoUserScope
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of AutoUserScope in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return AutoUserScopeModifier and TypeMethodDescriptionstatic AutoUserScopeAutoUserScope.fromString(String value) Parses a serialized value to a AutoUserScope instance.AutoUserSpecification.scope()Get the scope property: The scope for the auto user The default value is Pool.static AutoUserScopeReturns the enum constant of this type with the specified name.static AutoUserScope[]AutoUserScope.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.batch.models with parameters of type AutoUserScopeModifier and TypeMethodDescriptionAutoUserSpecification.withScope(AutoUserScope scope) Set the scope property: The scope for the auto user The default value is Pool.