共用方式為


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 帳戶的受控識別來驗證對自動儲存體的要求。

StorageKeys 0

Batch 服務會使用儲存體帳戶金鑰來驗證自動儲存體的要求。

適用於