ApplicationTypeVersions interface
Interface représentant une ApplicationTypeVersions.
Méthodes
begin |
Créez ou mettez à jour une ressource de version de type d’application Service Fabric avec le nom spécifié. |
begin |
Créez ou mettez à jour une ressource de version de type d’application Service Fabric avec le nom spécifié. |
begin |
Supprimez une ressource de version de type d’application Service Fabric avec le nom spécifié. |
begin |
Supprimez une ressource de version de type d’application Service Fabric avec le nom spécifié. |
get(string, string, string, string, Application |
Obtenez une ressource de version de type d’application Service Fabric créée ou dans le processus de création dans la ressource de nom de type d’application Service Fabric. |
list(string, string, string, Application |
Obtient toutes les ressources de version de type d’application créées ou dans le processus de création dans la ressource de nom de type d’application Service Fabric. |
Détails de la méthode
beginCreateOrUpdate(string, string, string, string, ApplicationTypeVersionResource, ApplicationTypeVersionsCreateOrUpdateOptionalParams)
Créez ou mettez à jour une ressource de version de type d’application Service Fabric avec le nom spécifié.
function beginCreateOrUpdate(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, parameters: ApplicationTypeVersionResource, options?: ApplicationTypeVersionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ApplicationTypeVersionResource>, ApplicationTypeVersionResource>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- clusterName
-
string
Nom de la ressource de cluster.
- applicationTypeName
-
string
Nom de la ressource de nom de type d’application.
- version
-
string
Version du type d’application.
- parameters
- ApplicationTypeVersionResource
Ressource de version du type d’application.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<ApplicationTypeVersionResource>, ApplicationTypeVersionResource>>
beginCreateOrUpdateAndWait(string, string, string, string, ApplicationTypeVersionResource, ApplicationTypeVersionsCreateOrUpdateOptionalParams)
Créez ou mettez à jour une ressource de version de type d’application Service Fabric avec le nom spécifié.
function beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, parameters: ApplicationTypeVersionResource, options?: ApplicationTypeVersionsCreateOrUpdateOptionalParams): Promise<ApplicationTypeVersionResource>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- clusterName
-
string
Nom de la ressource de cluster.
- applicationTypeName
-
string
Nom de la ressource de nom de type d’application.
- version
-
string
Version du type d’application.
- parameters
- ApplicationTypeVersionResource
Ressource de version du type d’application.
Paramètres d’options.
Retours
Promise<ApplicationTypeVersionResource>
beginDelete(string, string, string, string, ApplicationTypeVersionsDeleteOptionalParams)
Supprimez une ressource de version de type d’application Service Fabric avec le nom spécifié.
function beginDelete(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, options?: ApplicationTypeVersionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- clusterName
-
string
Nom de la ressource de cluster.
- applicationTypeName
-
string
Nom de la ressource de nom de type d’application.
- version
-
string
Version du type d’application.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, string, ApplicationTypeVersionsDeleteOptionalParams)
Supprimez une ressource de version de type d’application Service Fabric avec le nom spécifié.
function beginDeleteAndWait(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, options?: ApplicationTypeVersionsDeleteOptionalParams): Promise<void>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- clusterName
-
string
Nom de la ressource de cluster.
- applicationTypeName
-
string
Nom de la ressource de nom de type d’application.
- version
-
string
Version du type d’application.
Paramètres d’options.
Retours
Promise<void>
get(string, string, string, string, ApplicationTypeVersionsGetOptionalParams)
Obtenez une ressource de version de type d’application Service Fabric créée ou dans le processus de création dans la ressource de nom de type d’application Service Fabric.
function get(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, options?: ApplicationTypeVersionsGetOptionalParams): Promise<ApplicationTypeVersionResource>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- clusterName
-
string
Nom de la ressource de cluster.
- applicationTypeName
-
string
Nom de la ressource de nom de type d’application.
- version
-
string
Version du type d’application.
Paramètres d’options.
Retours
Promise<ApplicationTypeVersionResource>
list(string, string, string, ApplicationTypeVersionsListOptionalParams)
Obtient toutes les ressources de version de type d’application créées ou dans le processus de création dans la ressource de nom de type d’application Service Fabric.
function list(resourceGroupName: string, clusterName: string, applicationTypeName: string, options?: ApplicationTypeVersionsListOptionalParams): PagedAsyncIterableIterator<ApplicationTypeVersionResource, ApplicationTypeVersionResource[], PageSettings>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- clusterName
-
string
Nom de la ressource de cluster.
- applicationTypeName
-
string
Nom de la ressource de nom de type d’application.
Paramètres d’options.