次の方法で共有


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

適用対象