Uses of Class
com.microsoft.azure.management.batch.AutoUserSpecification
Packages that use AutoUserSpecification
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of AutoUserSpecification in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return AutoUserSpecificationModifier and TypeMethodDescriptionUserIdentity.autoUser()
Get the userName and autoUser properties are mutually exclusive; you must specify one but not both.AutoUserSpecification.withElevationLevel
(ElevationLevel elevationLevel) Set the default value is nonAdmin.AutoUserSpecification.withScope
(AutoUserScope scope) Set the default value is Pool.Methods in com.microsoft.azure.management.batch with parameters of type AutoUserSpecificationModifier and TypeMethodDescriptionUserIdentity.withAutoUser
(AutoUserSpecification autoUser) Set the userName and autoUser properties are mutually exclusive; you must specify one but not both.