Uses of Enum Class
com.microsoft.azure.management.batch.AutoUserScope
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of AutoUserScope in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionstatic AutoUserScope
AutoUserScope.fromString
(String value) Parses a serialized value to a AutoUserScope instance.AutoUserSpecification.scope()
Get the default value is Pool.static AutoUserScope
Returns 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.Modifier and TypeMethodDescriptionAutoUserSpecification.withScope
(AutoUserScope scope) Set the default value is Pool.