Partager via


IWithSpatialIndexes<ParentT>.WithSpatialIndex Méthode

Définition

Surcharges

WithSpatialIndex(SpatialSpec)

Spécifie un index spatial.

WithSpatialIndex(String, SpatialType[])

Spécifie un index spatial.

WithSpatialIndex(SpatialSpec)

Spécifie un index spatial.

public Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.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.Update.IWithAttach<'ParentT>
Public Function WithSpatialIndex (spatialSpec As SpatialSpec) As IWithAttach(Of ParentT)

Paramètres

spatialSpec
SpatialSpec

Une des spécifications spatiales.

Retours

Étape suivante de la mise à jour.

S’applique à

WithSpatialIndex(String, SpatialType[])

Spécifie un index spatial.

public Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.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.Update.IWithAttach<'ParentT>
Public Function WithSpatialIndex (path As String, ParamArray types As SpatialType()) As IWithAttach(Of ParentT)

Paramètres

path
String

Chemin d’accès de l’index spatial.

types
SpatialType[]

Types de l’index spatial.

Retours

Étape suivante de la mise à jour.

S’applique à