Freigeben über


BatchAccountUpdateParameters.AllowedAuthenticationModes Eigenschaft

Definition

Ruft eine Liste der zulässigen Authentifizierungsmodi für das Batch-Konto ab, die für die Authentifizierung bei der Datenebene verwendet werden können, oder legt diese fest. Dies wirkt sich nicht auf die Authentifizierung mit der Steuerungsebene aus.

[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))

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: