次の方法で共有


SpatialType クラス

定義

SpatialType の値を定義します。

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

コンストラクター

SpatialType()

SpatialType の値を定義します。

フィールド

LineString

SpatialType の値を定義します。

MultiPolygon

SpatialType の値を定義します。

Point

SpatialType の値を定義します。

Polygon

SpatialType の値を定義します。

プロパティ

Value

SpatialType の値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

SpatialType の値を定義します。

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

SpatialType の値を定義します。

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

SpatialType の値を定義します。

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

SpatialType の値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象