次の方法で共有


IWithSpatialIndexes<ParentT>.WithSpatialIndex メソッド

定義

オーバーロード

WithSpatialIndex(SpatialSpec)

空間インデックスを指定します。

WithSpatialIndex(String, SpatialType[])

空間インデックスを指定します。

WithSpatialIndex(SpatialSpec)

空間インデックスを指定します。

public Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Definition.IWithAttach<ParentT> WithSpatialIndex (Microsoft.Azure.Management.CosmosDB.Fluent.Models.SpatialSpec spatialSpec);
abstract member WithSpatialIndex : Microsoft.Azure.Management.CosmosDB.Fluent.Models.SpatialSpec -> Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Definition.IWithAttach<'ParentT>
Public Function WithSpatialIndex (spatialSpec As SpatialSpec) As IWithAttach(Of ParentT)

パラメーター

spatialSpec
SpatialSpec

空間仕様の 1 つ。

戻り値

定義の次のステージ。

適用対象

WithSpatialIndex(String, SpatialType[])

空間インデックスを指定します。

public Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Definition.IWithAttach<ParentT> WithSpatialIndex (string path, params Microsoft.Azure.Management.CosmosDB.Fluent.Models.SpatialType[] types);
abstract member WithSpatialIndex : string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.SpatialType[] -> Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Definition.IWithAttach<'ParentT>
Public Function WithSpatialIndex (path As String, ParamArray types As SpatialType()) As IWithAttach(Of ParentT)

パラメーター

path
String

空間インデックスのパス。

types
SpatialType[]

空間インデックスの型。

戻り値

定義の次のステージ。

適用対象