次の方法で共有


IndexKind クラス

定義

IndexKind の値を定義します。

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

コンストラクター

IndexKind()

IndexKind の値を定義します。

フィールド

Hash

IndexKind の値を定義します。

Range

IndexKind の値を定義します。

Spatial

IndexKind の値を定義します。

プロパティ

Value

IndexKind の値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

IndexKind の値を定義します。

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

IndexKind の値を定義します。

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

IndexKind の値を定義します。

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

IndexKind の値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象