AuthenticationTokenSettings.Access Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET