Partager via


ApplicationTypeVersions interface

Interface représentant une ApplicationTypeVersions.

Méthodes

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é.

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é.

beginDelete(string, string, string, string, ApplicationTypeVersionsDeleteOptionalParams)

Supprimez une ressource de version de type d’application Service Fabric avec le nom spécifié.

beginDeleteAndWait(string, string, string, string, ApplicationTypeVersionsDeleteOptionalParams)

Supprimez une ressource de version de type d’application Service Fabric avec le nom spécifié.

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.

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.

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.

options
ApplicationTypeVersionsCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

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.

options
ApplicationTypeVersionsCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

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.

options
ApplicationTypeVersionsDeleteOptionalParams

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.

options
ApplicationTypeVersionsDeleteOptionalParams

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.

options
ApplicationTypeVersionsGetOptionalParams

Paramètres d’options.

Retours

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.

options
ApplicationTypeVersionsListOptionalParams

Paramètres d’options.

Retours