Partager via


ApplicationTypes interface

Interface représentant un ApplicationTypes.

Méthodes

beginDelete(string, string, string, ApplicationTypesDeleteOptionalParams)

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

beginDeleteAndWait(string, string, string, ApplicationTypesDeleteOptionalParams)

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

createOrUpdate(string, string, string, ApplicationTypeResource, ApplicationTypesCreateOrUpdateOptionalParams)

Créez ou mettez à jour une ressource de nom de type d’application Service Fabric avec le nom spécifié.

get(string, string, string, ApplicationTypesGetOptionalParams)

Obtenez une ressource de nom de type d’application Service Fabric créée ou en cours de création dans la ressource de cluster Service Fabric.

list(string, string, ApplicationTypesListOptionalParams)

Obtient toutes les ressources de nom de type d’application créées ou en cours de création dans la ressource de cluster Service Fabric.

Détails de la méthode

beginDelete(string, string, string, ApplicationTypesDeleteOptionalParams)

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

function beginDelete(resourceGroupName: string, clusterName: string, applicationTypeName: string, options?: ApplicationTypesDeleteOptionalParams): 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 du type d’application.

options
ApplicationTypesDeleteOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, ApplicationTypesDeleteOptionalParams)

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

function beginDeleteAndWait(resourceGroupName: string, clusterName: string, applicationTypeName: string, options?: ApplicationTypesDeleteOptionalParams): 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 du type d’application.

options
ApplicationTypesDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

createOrUpdate(string, string, string, ApplicationTypeResource, ApplicationTypesCreateOrUpdateOptionalParams)

Créez ou mettez à jour une ressource de nom de type d’application Service Fabric avec le nom spécifié.

function createOrUpdate(resourceGroupName: string, clusterName: string, applicationTypeName: string, parameters: ApplicationTypeResource, options?: ApplicationTypesCreateOrUpdateOptionalParams): Promise<ApplicationTypeResource>

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 du type d’application.

parameters
ApplicationTypeResource

Ressource de nom de type d’application.

options
ApplicationTypesCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

get(string, string, string, ApplicationTypesGetOptionalParams)

Obtenez une ressource de nom de type d’application Service Fabric créée ou en cours de création dans la ressource de cluster Service Fabric.

function get(resourceGroupName: string, clusterName: string, applicationTypeName: string, options?: ApplicationTypesGetOptionalParams): Promise<ApplicationTypeResource>

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 du type d’application.

options
ApplicationTypesGetOptionalParams

Paramètres d’options.

Retours

list(string, string, ApplicationTypesListOptionalParams)

Obtient toutes les ressources de nom de type d’application créées ou en cours de création dans la ressource de cluster Service Fabric.

function list(resourceGroupName: string, clusterName: string, options?: ApplicationTypesListOptionalParams): PagedAsyncIterableIterator<ApplicationTypeResource, ApplicationTypeResource[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

clusterName

string

Nom de la ressource de cluster.

options
ApplicationTypesListOptionalParams

Paramètres d’options.

Retours