IWithCompositeIndexList<ParentT>.WithCompositePath Method

Definition

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.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)

Parameters

compositePath
CompositePath

The composite path.

Returns

The next stage of the update.

Applies to

WithCompositePath(String, CompositePathSortOrder)

Specifies a composite path attach to the last list.

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)

Parameters

path
String

The path of the composite path.

order
CompositePathSortOrder

The order of the composite path.

Returns

The next stage of the update.

Applies to