IWithIncludedPaths<ParentT>.WithIncludedPath Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET