共用方式為


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

次要帳戶金鑰。

適用於