次の方法で共有


KeyKind クラス

定義

KeyKind の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.CosmosDB.Fluent.Models.KeyKind>))]
public class KeyKind : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.CosmosDB.Fluent.Models.KeyKind>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.CosmosDB.Fluent.Models.KeyKind>))>]
type KeyKind = class
    inherit ExpandableStringEnum<KeyKind>
Public Class KeyKind
Inherits ExpandableStringEnum(Of KeyKind)
継承
属性
Newtonsoft.Json.JsonConverterAttribute

コンストラクター

KeyKind()

KeyKind の値を定義します。

フィールド

Primary

KeyKind の値を定義します。

PrimaryReadonly

KeyKind の値を定義します。

Secondary

KeyKind の値を定義します。

SecondaryReadonly

KeyKind の値を定義します。

プロパティ

Value

KeyKind の値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

KeyKind の値を定義します。

(継承元 ExpandableStringEnum<T>)
Equals(String)

KeyKind の値を定義します。

(継承元 ExpandableStringEnum<T>)
GetHashCode()

KeyKind の値を定義します。

(継承元 ExpandableStringEnum<T>)
ToString()

KeyKind の値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象