AccountKeyType 列挙型

定義

AccountKeyType の値を定義します。

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

フィールド

Primary 0

プライマリ アカウント キー。

Secondary 1

セカンダリ アカウント キー。

適用対象