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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET