Uses of Class
com.azure.compute.batch.models.AccessScope
Packages that use AccessScope
-
Uses of AccessScope in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as AccessScopeModifier and TypeFieldDescriptionstatic final AccessScope
AccessScope.JOB
Grants access to perform all operations on the Job containing the Task.Methods in com.azure.compute.batch.models that return AccessScopeModifier and TypeMethodDescriptionstatic AccessScope
AccessScope.fromString
(String name) Creates or finds a AccessScope from its string representation.Methods in com.azure.compute.batch.models that return types with arguments of type AccessScopeModifier and TypeMethodDescriptionAuthenticationTokenSettings.getAccess()
Get the access property: The Batch resources to which the token grants access.static Collection
<AccessScope> AccessScope.values()
Gets known AccessScope values.Method parameters in com.azure.compute.batch.models with type arguments of type AccessScopeModifier and TypeMethodDescriptionAuthenticationTokenSettings.setAccess
(List<AccessScope> access) Set the access property: The Batch resources to which the token grants access.