共用方式為


AutoStorageBaseProperties.AuthenticationMode 屬性

定義

取得或設定 Batch 服務將用來管理自動儲存體帳戶的驗證模式。 可能的值包括:'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)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於