Uses of Class
com.azure.resourcemanager.batch.models.AutoUserSpecification
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of AutoUserSpecification in com.azure.resourcemanager.batch.models
Modifier 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 userModifier and TypeMethodDescriptionUserIdentity.withAutoUser
(AutoUserSpecification autoUser) Set the autoUser property: Specifies the parameters for the auto user that runs a task on the Batch service.