IWithCompositeIndexList<ParentT>.WithCompositePath Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.Definition.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.Definition.IWithCompositeIndexList<'ParentT>
Public Function WithCompositePath (compositePath As CompositePath) As IWithCompositeIndexList(Of ParentT)
Paramètres
- compositePath
- CompositePath
Chemin composite.
Retours
Étape suivante de la définition.
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.Definition.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.Definition.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 définition.
S’applique à
Azure SDK for .NET