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 managée 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 managée Service Fabric.

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

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

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

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

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

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

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 managé Service Fabric spécifiée.

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

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

Méthodes d’extension

BeginDelete(IApplicationTypesOperations, String, String, String)

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

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

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

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

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

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

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

Delete(IApplicationTypesOperations, String, String, String)

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

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

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

Get(IApplicationTypesOperations, String, String, String)

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

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

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

List(IApplicationTypesOperations, String, String)

Obtient la liste des ressources de nom de type d’application créées dans la ressource de cluster managé 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 managé Service Fabric spécifiée.

ListNext(IApplicationTypesOperations, String)

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

ListNextAsync(IApplicationTypesOperations, String, CancellationToken)

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

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

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

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

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

S’applique à