AuthenticationTokenSettings.Access Property
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.
Gets or sets the Batch resources to which the token grants access.
public Microsoft.Azure.Batch.Common.AccessScope Access { get; set; }
member this.Access : Microsoft.Azure.Batch.Common.AccessScope with get, set
Public Property Access As AccessScope
Property Value
Remarks
The authentication token grants access only 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.
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET