次の方法で共有


AutoStorageAuthenticationMode 列挙型

定義

AutoStorageAuthenticationMode の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum AutoStorageAuthenticationMode
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type AutoStorageAuthenticationMode = 
Public Enum AutoStorageAuthenticationMode
継承
AutoStorageAuthenticationMode
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

BatchAccountManagedIdentity 1

Batch サービスは、Batch アカウントに割り当てられたマネージド ID を使用して、自動ストレージに対する要求を認証します。

StorageKeys 0

Batch サービスは、ストレージ アカウント キーを使用して自動ストレージへの要求を認証します。

適用対象