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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET