AccessScope Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Batch resources that can be accessed by a task using an authentication token provided via the AuthenticationTokenSettings property.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum AccessScope
[<System.Flags>]
type AccessScope =
Public Enum AccessScope
- Inheritance
-
AccessScope
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | The authentication token does not grant access to any resources. |
Job | 1 | The authentication token permits access to the job that contains the task. |
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET