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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET