Uses of Class
com.microsoft.azure.management.batch.AutoUserScope
-
-
Uses of AutoUserScope in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return AutoUserScope Modifier and Type Method Description static AutoUserScopeAutoUserScope. fromString(String value)Parses a serialized value to a AutoUserScope instance.AutoUserScopeAutoUserSpecification. scope()Get the scope value.static AutoUserScopeAutoUserScope. valueOf(String name)Returns 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.microsoft.azure.management.batch with parameters of type AutoUserScope Modifier and Type Method Description AutoUserSpecificationAutoUserSpecification. withScope(AutoUserScope scope)Set the scope value.
-