Partager via


BatchAccountCreateParameters.AllowedAuthenticationModes Propriété

Définition

Obtient ou définit la liste des modes d’authentification autorisés pour le compte Batch qui peuvent être utilisés pour s’authentifier avec le plan de données. Cela n’affecte pas l’authentification avec le plan de contrôle.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.allowedAuthenticationModes")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.AuthenticationMode?> AllowedAuthenticationModes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.allowedAuthenticationModes")>]
member this.AllowedAuthenticationModes : System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.Batch.Models.AuthenticationMode>> with get, set
Public Property AllowedAuthenticationModes As IList(Of Nullable(Of AuthenticationMode))

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à