Uses of Class
com.azure.compute.batch.models.AutoUserSpecification
Packages that use AutoUserSpecification
-
Uses of AutoUserSpecification in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return AutoUserSpecificationModifier and TypeMethodDescriptionstatic AutoUserSpecification
AutoUserSpecification.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AutoUserSpecification from the JsonReader.UserIdentity.getAutoUser()
Get the autoUser property: The auto user under which the Task is run.AutoUserSpecification.setElevationLevel
(ElevationLevel elevationLevel) Set the elevationLevel property: The elevation level of the auto user.AutoUserSpecification.setScope
(AutoUserScope scope) Set the scope property: The scope for the auto user.Methods in com.azure.compute.batch.models with parameters of type AutoUserSpecificationModifier and TypeMethodDescriptionUserIdentity.setAutoUser
(AutoUserSpecification autoUser) Set the autoUser property: The auto user under which the Task is run.