次の方法で共有


DataType クラス

定義

DataType の値を定義します。

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

コンストラクター

DataType()

DataType の値を定義します。

フィールド

LineString

DataType の値を定義します。

MultiPolygon

DataType の値を定義します。

Number

DataType の値を定義します。

Point

DataType の値を定義します。

Polygon

DataType の値を定義します。

String

DataType の値を定義します。

プロパティ

Value

DataType の値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

DataType の値を定義します。

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

DataType の値を定義します。

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

DataType の値を定義します。

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

DataType の値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象