通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AccessScope Enum

Definition

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