Partager via


IWithSpatialIndexes<ParentT>.WithSpatialIndexesReplace Méthode

Définition

Remplace les index spatiaux.

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

Paramètres

spatialSpecs
IList<SpatialSpec>

Liste des spécifications spatiales.

Retours

Étape suivante de la mise à jour.

S’applique à