Partager via


AuthenticationTokenSettings.Access Propriété

Définition

Obtient ou définit les ressources Batch auxquelles le jeton accorde l’accès.

[Newtonsoft.Json.JsonProperty(PropertyName="access")]
public System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.AccessScope> Access { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="access")>]
member this.Access : System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.AccessScope> with get, set
Public Property Access As IList(Of AccessScope)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Le jeton d’authentification accorde l’accès à un ensemble limité d’opérations de service Batch. Actuellement, la seule valeur prise en charge pour la propriété d’accès est « job », qui accorde l’accès à toutes les opérations liées au travail qui contient la tâche.

S’applique à