次の方法で共有


IWithSpatialIndexes<ParentT>.WithSpatialIndexes メソッド

定義

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

public Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Definition.IWithAttach<ParentT> WithSpatialIndexes (System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.SpatialSpec> spatialSpecs);
abstract member WithSpatialIndexes : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Fluent.Models.SpatialSpec> -> Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Definition.IWithAttach<'ParentT>
Public Function WithSpatialIndexes (spatialSpecs As IList(Of SpatialSpec)) As IWithAttach(Of ParentT)

パラメーター

spatialSpecs
IList<SpatialSpec>

空間スペックの一覧。

戻り値

定義の次のステージ。

適用対象