次の方法で共有


BatchAutoStorageAuthenticationMode 列挙型

定義

Batch サービスが自動ストレージ アカウントの管理に使用する認証モード。

public enum BatchAutoStorageAuthenticationMode
type BatchAutoStorageAuthenticationMode = 
Public Enum BatchAutoStorageAuthenticationMode
継承
BatchAutoStorageAuthenticationMode

フィールド

BatchAccountManagedIdentity 1

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

StorageKeys 0

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

適用対象