Partager via


IServicesOperations Interface

Définition

Opérations ServicesOperations.

public interface IServicesOperations
type IServicesOperations = interface
Public Interface IServicesOperations

Méthodes

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, String, ServiceResource, Dictionary<String,List<String>>, CancellationToken)

Crée ou met à jour une ressource de service managé Service Fabric.

BeginDeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Supprime une ressource de service managé Service Fabric.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, ServiceResource, Dictionary<String,List<String>>, CancellationToken)

Crée ou met à jour une ressource de service managé Service Fabric.

DeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Supprime une ressource de service managé Service Fabric.

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Obtient une ressource de service managé Service Fabric.

ListByApplicationsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Obtient la liste des ressources de service créées dans la ressource d’application managée Service Fabric spécifiée.

ListByApplicationsWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Obtient la liste des ressources de service créées dans la ressource d’application managée Service Fabric spécifiée.

UpdateWithHttpMessagesAsync(String, String, String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

Mises à jour les balises d’une ressource de service d’un cluster managé donné.

Méthodes d’extension

BeginCreateOrUpdate(IServicesOperations, String, String, String, String, ServiceResource)

Crée ou met à jour une ressource de service managé Service Fabric.

BeginCreateOrUpdateAsync(IServicesOperations, String, String, String, String, ServiceResource, CancellationToken)

Crée ou met à jour une ressource de service managé Service Fabric.

BeginDelete(IServicesOperations, String, String, String, String)

Supprime une ressource de service managé Service Fabric.

BeginDeleteAsync(IServicesOperations, String, String, String, String, CancellationToken)

Supprime une ressource de service managé Service Fabric.

CreateOrUpdate(IServicesOperations, String, String, String, String, ServiceResource)

Crée ou met à jour une ressource de service managé Service Fabric.

CreateOrUpdateAsync(IServicesOperations, String, String, String, String, ServiceResource, CancellationToken)

Crée ou met à jour une ressource de service managé Service Fabric.

Delete(IServicesOperations, String, String, String, String)

Supprime une ressource de service managé Service Fabric.

DeleteAsync(IServicesOperations, String, String, String, String, CancellationToken)

Supprime une ressource de service managé Service Fabric.

Get(IServicesOperations, String, String, String, String)

Obtient une ressource de service managé Service Fabric.

GetAsync(IServicesOperations, String, String, String, String, CancellationToken)

Obtient une ressource de service managé Service Fabric.

ListByApplications(IServicesOperations, String, String, String)

Obtient la liste des ressources de service créées dans la ressource d’application managée Service Fabric spécifiée.

ListByApplicationsAsync(IServicesOperations, String, String, String, CancellationToken)

Obtient la liste des ressources de service créées dans la ressource d’application managée Service Fabric spécifiée.

ListByApplicationsNext(IServicesOperations, String)

Obtient la liste des ressources de service créées dans la ressource d’application managée Service Fabric spécifiée.

ListByApplicationsNextAsync(IServicesOperations, String, CancellationToken)

Obtient la liste des ressources de service créées dans la ressource d’application managée Service Fabric spécifiée.

Update(IServicesOperations, String, String, String, String, IDictionary<String,String>)

Mises à jour les balises d’une ressource de service d’un cluster managé donné.

UpdateAsync(IServicesOperations, String, String, String, String, IDictionary<String,String>, CancellationToken)

Mises à jour les balises d’une ressource de service d’un cluster managé donné.

S’applique à