Delen via


BatchAccountUpdateParameters.AllowedAuthenticationModes Eigenschap

Definitie

Hiermee wordt een lijst met toegestane verificatiemodi voor het Batch-account opgehaald of ingesteld die kunnen worden gebruikt voor verificatie met het gegevensvlak. Dit heeft geen invloed op de verificatie met het besturingsvlak.

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

Waarde van eigenschap

Kenmerken
Newtonsoft.Json.JsonPropertyAttribute

Van toepassing op