Partager via


IApplicationTypeVersionsOperations Interface

Définition

Opérations ApplicationTypeVersionsOperations.

public interface IApplicationTypeVersionsOperations
type IApplicationTypeVersionsOperations = interface
Public Interface IApplicationTypeVersionsOperations

Méthodes

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

Crée ou met à jour une ressource de version de type application Service Fabric.

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

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

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

Crée ou met à jour une ressource de version de type application Service Fabric.

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

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

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

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

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

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

Méthodes d’extension

BeginCreateOrUpdate(IApplicationTypeVersionsOperations, String, String, String, String, ApplicationTypeVersionResource)

Crée ou met à jour une ressource de version de type application Service Fabric.

BeginCreateOrUpdateAsync(IApplicationTypeVersionsOperations, String, String, String, String, ApplicationTypeVersionResource, CancellationToken)

Crée ou met à jour une ressource de version de type application Service Fabric.

BeginDelete(IApplicationTypeVersionsOperations, String, String, String, String)

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

BeginDeleteAsync(IApplicationTypeVersionsOperations, String, String, String, String, CancellationToken)

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

CreateOrUpdate(IApplicationTypeVersionsOperations, String, String, String, String, ApplicationTypeVersionResource)

Crée ou met à jour une ressource de version de type application Service Fabric.

CreateOrUpdateAsync(IApplicationTypeVersionsOperations, String, String, String, String, ApplicationTypeVersionResource, CancellationToken)

Crée ou met à jour une ressource de version de type application Service Fabric.

Delete(IApplicationTypeVersionsOperations, String, String, String, String)

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

DeleteAsync(IApplicationTypeVersionsOperations, String, String, String, String, CancellationToken)

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

Get(IApplicationTypeVersionsOperations, String, String, String, String)

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

GetAsync(IApplicationTypeVersionsOperations, String, String, String, String, CancellationToken)

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

List(IApplicationTypeVersionsOperations, String, String, String)

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

ListAsync(IApplicationTypeVersionsOperations, String, String, String, CancellationToken)

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

S’applique à