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

AuthenticationTokenSettings.Access Property

Definition

The Batch resources to which the token grants access. The authentication token grants access to a limited set of Batch service operations. Currently the only supported value for the access property is 'job', which grants access to all operations related to the Job which contains the Task.

public System.Collections.Generic.IList<Azure.Compute.Batch.AccessScope> Access { get; }
member this.Access : System.Collections.Generic.IList<Azure.Compute.Batch.AccessScope>
Public ReadOnly Property Access As IList(Of AccessScope)

Property Value

Applies to