Uses of Class
com.azure.compute.batch.models.AutoUserScope
Packages that use AutoUserScope
-
Uses of AutoUserScope in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as AutoUserScopeModifier and TypeFieldDescriptionstatic final AutoUserScope
AutoUserScope.POOL
Specifies that the Task runs as the common auto user Account which is created on every Compute Node in a Pool.static final AutoUserScope
AutoUserScope.TASK
Specifies that the service should create a new user for the Task.Methods in com.azure.compute.batch.models that return AutoUserScopeModifier and TypeMethodDescriptionstatic AutoUserScope
AutoUserScope.fromString
(String name) Creates or finds a AutoUserScope from its string representation.AutoUserSpecification.getScope()
Get the scope property: The scope for the auto user.Methods in com.azure.compute.batch.models that return types with arguments of type AutoUserScopeModifier and TypeMethodDescriptionstatic Collection
<AutoUserScope> AutoUserScope.values()
Gets known AutoUserScope values.Methods in com.azure.compute.batch.models with parameters of type AutoUserScopeModifier and TypeMethodDescriptionAutoUserSpecification.setScope
(AutoUserScope scope) Set the scope property: The scope for the auto user.