IWithCompositeIndexList<ParentT>.WithCompositePath Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WithCompositePath(CompositePath) |
Specifies a composite path attach to the last list. |
WithCompositePath(String, CompositePathSortOrder) |
Specifies a composite path attach to the last list. |
WithCompositePath(CompositePath)
Specifies a composite path attach to the last list.
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)
Parameters
- compositePath
- CompositePath
The composite path.
Returns
The next stage of the definition.
Applies to
WithCompositePath(String, CompositePathSortOrder)
Specifies a composite path attach to the last list.
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)
Parameters
- path
- String
The path of the composite path.
- order
- CompositePathSortOrder
The order of the composite path.
Returns
The next stage of the definition.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET