Partager via


IWithExcludedPaths<ParentT>.WithExcludedPath Méthode

Définition

Surcharges

WithExcludedPath(ExcludedPath)

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

WithExcludedPath(String)

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

WithExcludedPath(ExcludedPath)

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

public Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Definition.IWithAttach<ParentT> WithExcludedPath (Microsoft.Azure.Management.CosmosDB.Fluent.Models.ExcludedPath excludedPath);
abstract member WithExcludedPath : Microsoft.Azure.Management.CosmosDB.Fluent.Models.ExcludedPath -> Microsoft.Azure.Management.CosmosDB.Fluent.IndexingPolicy.Definition.IWithAttach<'ParentT>
Public Function WithExcludedPath (excludedPath As ExcludedPath) As IWithAttach(Of ParentT)

Paramètres

excludedPath
ExcludedPath

Un des chemins exclus.

Retours

Étape suivante de la définition.

S’applique à

WithExcludedPath(String)

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

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

Paramètres

path
String

Un des chemins exclus.

Retours

Étape suivante de la définition.

S’applique à