IWithIncludedPaths<ParentT> Interface
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.
Étape de la mise à jour de la stratégie d’indexation permettant de définir des chemins inclus.
public interface IWithIncludedPaths<ParentT>
type IWithIncludedPaths<'ParentT> = interface
Public Interface IWithIncludedPaths(Of ParentT)
Paramètres de type
- ParentT
Étape de la mise à jour parente à laquelle revenir après l’attachement de cette mise à jour.
- Dérivé
Méthodes
WithIncludedPath(IncludedPath) |
Spécifie un chemin d’accès inclus. |
WithIncludedPath(String) |
Spécifie un chemin d’accès inclus. |
WithIncludedPathsAppend(IList<IncludedPath>) |
Ajoute les chemins inclus. |
WithIncludedPathsReplace(IList<IncludedPath>) |
Remplace les chemins inclus. |
WithoutIncludedPath(String) |
Supprime un chemin d’accès inclus. |
WithoutIncludedPaths() |
Supprime tous les chemins inclus. |
S’applique à
Azure SDK for .NET