Partager via


IWithIncludedPaths<ParentT>.WithIncludedPath Méthode

Définition

Surcharges

WithIncludedPath(IncludedPath)

Spécifie un chemin d’accès inclus.

WithIncludedPath(String)

Spécifie un chemin d’accès inclus.

WithIncludedPath(IncludedPath)

Spécifie un chemin d’accès inclus.

public Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithAttach<ParentT> WithIncludedPath (Microsoft.Azure.Management.CosmosDB.Fluent.Models.IncludedPath includedPath);
abstract member WithIncludedPath : Microsoft.Azure.Management.CosmosDB.Fluent.Models.IncludedPath -> Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithAttach<'ParentT>
Public Function WithIncludedPath (includedPath As IncludedPath) As IWithAttach(Of ParentT)

Paramètres

includedPath
IncludedPath

Un des chemins inclus.

Retours

Étape suivante de la mise à jour.

S’applique à

WithIncludedPath(String)

Spécifie un chemin d’accès inclus.

public Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithAttach<ParentT> WithIncludedPath (string path);
abstract member WithIncludedPath : string -> Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Update.IWithAttach<'ParentT>
Public Function WithIncludedPath (path As String) As IWithAttach(Of ParentT)

Paramètres

path
String

Un des chemins inclus.

Retours

Étape suivante de la mise à jour.

S’applique à