BatchAccount.AllowedAuthenticationModes Property

Definition

Gets list of allowed authentication modes for the Batch account that can be used to authenticate with the data plane. This does not affect authentication with the control plane.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to