Partager via


BatchAccount.AllowedAuthenticationModes Propriété

Définition

Obtient 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; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.allowedAuthenticationModes")>]
member this.AllowedAuthenticationModes : System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.Batch.Models.AuthenticationMode>>
Public ReadOnly Property AllowedAuthenticationModes As IList(Of Nullable(Of AuthenticationMode))

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à