IApplicationTypeVersionsOperations Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Opérations ApplicationTypeVersionsOperations.
public interface IApplicationTypeVersionsOperations
type IApplicationTypeVersionsOperations = interface
Public Interface IApplicationTypeVersionsOperations
Méthodes
Méthodes d’extension
BeginCreateOrUpdate(IApplicationTypeVersionsOperations, String, String, String, String, ApplicationTypeVersionResource) |
Crée ou met à jour une ressource de version de type d’application managée Service Fabric. |
BeginCreateOrUpdateAsync(IApplicationTypeVersionsOperations, String, String, String, String, ApplicationTypeVersionResource, CancellationToken) |
Crée ou met à jour une ressource de version de type d’application managée Service Fabric. |
BeginDelete(IApplicationTypeVersionsOperations, String, String, String, String) |
Supprime une ressource de version de type d’application managée Service Fabric. |
BeginDeleteAsync(IApplicationTypeVersionsOperations, String, String, String, String, CancellationToken) |
Supprime une ressource de version de type d’application managée Service Fabric. |
CreateOrUpdate(IApplicationTypeVersionsOperations, String, String, String, String, ApplicationTypeVersionResource) |
Crée ou met à jour une ressource de version de type d’application managée Service Fabric. |
CreateOrUpdateAsync(IApplicationTypeVersionsOperations, String, String, String, String, ApplicationTypeVersionResource, CancellationToken) |
Crée ou met à jour une ressource de version de type d’application managée Service Fabric. |
Delete(IApplicationTypeVersionsOperations, String, String, String, String) |
Supprime une ressource de version de type d’application managée Service Fabric. |
DeleteAsync(IApplicationTypeVersionsOperations, String, String, String, String, CancellationToken) |
Supprime une ressource de version de type d’application managée Service Fabric. |
Get(IApplicationTypeVersionsOperations, String, String, String, String) |
Obtient une ressource de version de type d’application managée Service Fabric. |
GetAsync(IApplicationTypeVersionsOperations, String, String, String, String, CancellationToken) |
Obtient une ressource de version de type d’application managée Service Fabric. |
ListByApplicationTypes(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 managée Service Fabric spécifiée. |
ListByApplicationTypesAsync(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 managée Service Fabric spécifiée. |
ListByApplicationTypesNext(IApplicationTypeVersionsOperations, String) |
Obtient la liste des ressources de version de type d’application créées dans la ressource de nom de type d’application managée Service Fabric spécifiée. |
ListByApplicationTypesNextAsync(IApplicationTypeVersionsOperations, String, CancellationToken) |
Obtient la liste des ressources de version de type d’application créées dans la ressource de nom de type d’application managée Service Fabric spécifiée. |
Update(IApplicationTypeVersionsOperations, String, String, String, String, IDictionary<String,String>) |
Mises à jour les balises d’une ressource de version de type application d’un cluster managé donné. |
UpdateAsync(IApplicationTypeVersionsOperations, String, String, String, String, IDictionary<String,String>, CancellationToken) |
Mises à jour les balises d’une ressource de version de type application d’un cluster managé donné. |
S’applique à
Azure SDK for .NET