IWithExcludedPaths<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 exclus.
public interface IWithExcludedPaths<ParentT>
type IWithExcludedPaths<'ParentT> = interface
Public Interface IWithExcludedPaths(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
WithExcludedPath(ExcludedPath) |
Spécifie un chemin d’accès exclu. |
WithExcludedPath(String) |
Spécifie un chemin d’accès exclu. |
WithExcludedPathsAppend(IList<ExcludedPath>) |
Ajoute des chemins exclus. |
WithExcludedPathsReplace(IList<ExcludedPath>) |
Remplace les chemins exclus. |
WithoutExcludedPath(String) |
Supprime un chemin d’accès exclu. |
WithoutExcludedPaths() |
Supprime tous les chemins exclus. |
S’applique à
Azure SDK for .NET