Partager via


IApplicationTypesOperations Interface

Définition

Opérations ApplicationTypesOperations.

public interface IApplicationTypesOperations
type IApplicationTypesOperations = interface
Public Interface IApplicationTypesOperations

Méthodes

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

Supprime une ressource de nom de type d’application Service Fabric.

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

Crée ou met à jour une ressource de nom de type d’application Service Fabric.

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

Supprime une ressource de nom de type d’application Service Fabric.

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

Obtient une ressource de nom de type d’application Service Fabric.

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

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

Méthodes d’extension

BeginDelete(IApplicationTypesOperations, String, String, String)

Supprime une ressource de nom de type d’application Service Fabric.

BeginDeleteAsync(IApplicationTypesOperations, String, String, String, CancellationToken)

Supprime une ressource de nom de type d’application Service Fabric.

CreateOrUpdate(IApplicationTypesOperations, String, String, String, ApplicationTypeResource)

Crée ou met à jour une ressource de nom de type d’application Service Fabric.

CreateOrUpdateAsync(IApplicationTypesOperations, String, String, String, ApplicationTypeResource, CancellationToken)

Crée ou met à jour une ressource de nom de type d’application Service Fabric.

Delete(IApplicationTypesOperations, String, String, String)

Supprime une ressource de nom de type d’application Service Fabric.

DeleteAsync(IApplicationTypesOperations, String, String, String, CancellationToken)

Supprime une ressource de nom de type d’application Service Fabric.

Get(IApplicationTypesOperations, String, String, String)

Obtient une ressource de nom de type d’application Service Fabric.

GetAsync(IApplicationTypesOperations, String, String, String, CancellationToken)

Obtient une ressource de nom de type d’application Service Fabric.

List(IApplicationTypesOperations, String, String)

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

ListAsync(IApplicationTypesOperations, String, String, CancellationToken)

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

S’applique à