Uses of Class
com.azure.resourcemanager.batch.models.AutoUserSpecification
Packages that use AutoUserSpecification
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of AutoUserSpecification in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return AutoUserSpecificationModifier and TypeMethodDescriptionUserIdentity.autoUser()Get the autoUser property: Specifies the parameters for the auto user that runs a task on the Batch service.AutoUserSpecification.withElevationLevel(ElevationLevel elevationLevel) Set the elevationLevel property: The elevation level of the user.AutoUserSpecification.withScope(AutoUserScope scope) Set the scope property: The scope for the auto user The default value is Pool.Methods in com.azure.resourcemanager.batch.models with parameters of type AutoUserSpecificationModifier and TypeMethodDescriptionUserIdentity.withAutoUser(AutoUserSpecification autoUser) Set the autoUser property: Specifies the parameters for the auto user that runs a task on the Batch service.