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