Partager via


IServicesOperations Interface

Définition

ServicesOpérations.

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 Service Fabric.

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

Supprime une ressource de service Service Fabric.

BeginUpdateWithHttpMessagesAsync(String, String, String, String, ServiceResourceUpdate, Dictionary<String,List<String>>, CancellationToken)

Mises à jour une ressource de service Service Fabric.

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

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

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

Supprime une ressource de service Service Fabric.

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

Obtient une ressource de service Service Fabric.

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

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

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

Mises à jour une ressource de service Service Fabric.

Méthodes d’extension

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

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

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

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

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

Supprime une ressource de service Service Fabric.

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

Supprime une ressource de service Service Fabric.

BeginUpdate(IServicesOperations, String, String, String, String, ServiceResourceUpdate)

Mises à jour une ressource de service Service Fabric.

BeginUpdateAsync(IServicesOperations, String, String, String, String, ServiceResourceUpdate, CancellationToken)

Mises à jour une ressource de service Service Fabric.

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

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

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

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

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

Supprime une ressource de service Service Fabric.

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

Supprime une ressource de service Service Fabric.

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

Obtient une ressource de service Service Fabric.

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

Obtient une ressource de service Service Fabric.

List(IServicesOperations, String, String, String)

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

ListAsync(IServicesOperations, String, String, String, CancellationToken)

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

Update(IServicesOperations, String, String, String, String, ServiceResourceUpdate)

Mises à jour une ressource de service Service Fabric.

UpdateAsync(IServicesOperations, String, String, String, String, ServiceResourceUpdate, CancellationToken)

Mises à jour une ressource de service Service Fabric.

S’applique à