AccountKeyType Enum

Definition

Defines values for 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
Inheritance
AccountKeyType
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Primary 0

The primary account key.

Secondary 1

The secondary account key.

Applies to