Partager via


IWithCompositeIndexList<ParentT>.WithCompositePath Méthode

Définition

Surcharges

WithCompositePath(CompositePath)

Spécifie un chemin d’accès composite attaché à la dernière liste.

WithCompositePath(String, CompositePathSortOrder)

Spécifie un chemin d’accès composite attaché à la dernière liste.

WithCompositePath(CompositePath)

Spécifie un chemin d’accès composite attaché à la dernière liste.

public Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithCompositeIndexList<ParentT> WithCompositePath (Microsoft.Azure.Management.CosmosDB.Fluent.Models.CompositePath compositePath);
abstract member WithCompositePath : Microsoft.Azure.Management.CosmosDB.Fluent.Models.CompositePath -> Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithCompositeIndexList<'ParentT>
Public Function WithCompositePath (compositePath As CompositePath) As IWithCompositeIndexList(Of ParentT)

Paramètres

compositePath
CompositePath

Chemin composite.

Retours

Étape suivante de la mise à jour.

S’applique à

WithCompositePath(String, CompositePathSortOrder)

Spécifie un chemin d’accès composite attaché à la dernière liste.

public Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithCompositeIndexList<ParentT> WithCompositePath (string path, Microsoft.Azure.Management.CosmosDB.Fluent.Models.CompositePathSortOrder order);
abstract member WithCompositePath : string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.CompositePathSortOrder -> Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithCompositeIndexList<'ParentT>
Public Function WithCompositePath (path As String, order As CompositePathSortOrder) As IWithCompositeIndexList(Of ParentT)

Paramètres

path
String

Chemin du chemin composite.

order
CompositePathSortOrder

Ordre du chemin composite.

Retours

Étape suivante de la mise à jour.

S’applique à