Partager via


IServiceTopologiesOperations Interface

Définition

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 à