IPipelineTopologiesOperations 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.
Opérations PipelineTopologiesOperations.
public interface IPipelineTopologiesOperations
type IPipelineTopologiesOperations = interface
Public Interface IPipelineTopologiesOperations
Méthodes
CreateOrUpdateWithHttpMessagesAsync(String, String, String, PipelineTopology, Dictionary<String,List<String>>, CancellationToken) |
Crée ou met à jour une topologie de pipeline. |
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Supprime une topologie de pipeline. |
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Récupère une topologie de pipeline spécifique par nom. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Récupère une liste de topologies de pipeline. |
ListWithHttpMessagesAsync(String, String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken) |
Récupère une liste de topologies de pipeline. |
UpdateWithHttpMessagesAsync(String, String, String, PipelineTopologyUpdate, Dictionary<String,List<String>>, CancellationToken) |
Mises à jour une topologie de pipeline existante. |
Méthodes d’extension
S’applique à
Azure SDK for .NET