다음을 통해 공유


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

보조 계정 키입니다.

적용 대상