Compartir a través de


AutoStorageBaseProperties.AuthenticationMode Propiedad

Definición

Obtiene o establece el modo de autenticación que usará el servicio Batch para administrar la cuenta de almacenamiento automático. Entre los valores posibles se incluyen: "StorageKeys", "BatchAccountManagedIdentity".

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a