IServiceTopologiesOperations 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 ServiceTopologiesOperations.
public interface IServiceTopologiesOperations
type IServiceTopologiesOperations = interface
Public Interface IServiceTopologiesOperations
Méthodes
CreateOrUpdateWithHttpMessagesAsync(ServiceTopologyResource, String, String, Dictionary<String,List<String>>, CancellationToken) |
Crée ou met à jour une topologie de service. |
DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Supprime la topologie de service. |
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Obtient la topologie de service. |
ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Répertorie les topologies de service dans le groupe de ressources. |
Méthodes d’extension
CreateOrUpdate(IServiceTopologiesOperations, ServiceTopologyResource, String, String) |
Crée ou met à jour une topologie de service. |
CreateOrUpdateAsync(IServiceTopologiesOperations, ServiceTopologyResource, String, String, CancellationToken) |
Crée ou met à jour une topologie de service. |
Delete(IServiceTopologiesOperations, String, String) |
Supprime la topologie de service. |
DeleteAsync(IServiceTopologiesOperations, String, String, CancellationToken) |
Supprime la topologie de service. |
Get(IServiceTopologiesOperations, String, String) |
Obtient la topologie de service. |
GetAsync(IServiceTopologiesOperations, String, String, CancellationToken) |
Obtient la topologie de service. |
List(IServiceTopologiesOperations, String) |
Répertorie les topologies de service dans le groupe de ressources. |
ListAsync(IServiceTopologiesOperations, String, CancellationToken) |
Répertorie les topologies de service dans le groupe de ressources. |
S’applique à
Azure SDK for .NET