Uses of Class
com.microsoft.azure.management.batch.AutoUserSpecification
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of AutoUserSpecification in com.microsoft.azure.management.batch
Modifier 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.Modifier and TypeMethodDescriptionUserIdentity.withAutoUser
(AutoUserSpecification autoUser) Set the userName and autoUser properties are mutually exclusive; you must specify one but not both.