Delen via


Applications interface

Interface voor een toepassing.

Methoden

beginCreate(string, string, string, Application, ApplicationsCreateOptionalParams)

Hiermee maakt u toepassingen voor het HDInsight-cluster.

beginCreateAndWait(string, string, string, Application, ApplicationsCreateOptionalParams)

Hiermee maakt u toepassingen voor het HDInsight-cluster.

beginDelete(string, string, string, ApplicationsDeleteOptionalParams)

Hiermee verwijdert u de opgegeven toepassing in het HDInsight-cluster.

beginDeleteAndWait(string, string, string, ApplicationsDeleteOptionalParams)

Hiermee verwijdert u de opgegeven toepassing in het HDInsight-cluster.

get(string, string, string, ApplicationsGetOptionalParams)

Hiermee haalt u eigenschappen van de opgegeven toepassing op.

getAzureAsyncOperationStatus(string, string, string, string, ApplicationsGetAzureAsyncOperationStatusOptionalParams)

Hiermee haalt u de asynchrone bewerkingsstatus op.

listByCluster(string, string, ApplicationsListByClusterOptionalParams)

Een lijst met alle toepassingen voor het HDInsight-cluster.

Methodedetails

beginCreate(string, string, string, Application, ApplicationsCreateOptionalParams)

Hiermee maakt u toepassingen voor het HDInsight-cluster.

function beginCreate(resourceGroupName: string, clusterName: string, applicationName: string, parameters: Application, options?: ApplicationsCreateOptionalParams): Promise<PollerLike<PollOperationState<Application>, Application>>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

clusterName

string

De naam van het cluster.

applicationName

string

De constante waarde voor de naam van de toepassing.

parameters
Application

De aanvraag voor het maken van de toepassing.

options
ApplicationsCreateOptionalParams

De optiesparameters.

Retouren

Promise<PollerLike<@azure/core-lro.PollOperationState<Application>, Application>>

beginCreateAndWait(string, string, string, Application, ApplicationsCreateOptionalParams)

Hiermee maakt u toepassingen voor het HDInsight-cluster.

function beginCreateAndWait(resourceGroupName: string, clusterName: string, applicationName: string, parameters: Application, options?: ApplicationsCreateOptionalParams): Promise<Application>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

clusterName

string

De naam van het cluster.

applicationName

string

De constante waarde voor de naam van de toepassing.

parameters
Application

De aanvraag voor het maken van de toepassing.

options
ApplicationsCreateOptionalParams

De optiesparameters.

Retouren

Promise<Application>

beginDelete(string, string, string, ApplicationsDeleteOptionalParams)

Hiermee verwijdert u de opgegeven toepassing in het HDInsight-cluster.

function beginDelete(resourceGroupName: string, clusterName: string, applicationName: string, options?: ApplicationsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

clusterName

string

De naam van het cluster.

applicationName

string

De constante waarde voor de naam van de toepassing.

options
ApplicationsDeleteOptionalParams

De optiesparameters.

Retouren

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, string, ApplicationsDeleteOptionalParams)

Hiermee verwijdert u de opgegeven toepassing in het HDInsight-cluster.

function beginDeleteAndWait(resourceGroupName: string, clusterName: string, applicationName: string, options?: ApplicationsDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

clusterName

string

De naam van het cluster.

applicationName

string

De constante waarde voor de naam van de toepassing.

options
ApplicationsDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

get(string, string, string, ApplicationsGetOptionalParams)

Hiermee haalt u eigenschappen van de opgegeven toepassing op.

function get(resourceGroupName: string, clusterName: string, applicationName: string, options?: ApplicationsGetOptionalParams): Promise<Application>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

clusterName

string

De naam van het cluster.

applicationName

string

De constante waarde voor de naam van de toepassing.

options
ApplicationsGetOptionalParams

De optiesparameters.

Retouren

Promise<Application>

getAzureAsyncOperationStatus(string, string, string, string, ApplicationsGetAzureAsyncOperationStatusOptionalParams)

Hiermee haalt u de asynchrone bewerkingsstatus op.

function getAzureAsyncOperationStatus(resourceGroupName: string, clusterName: string, applicationName: string, operationId: string, options?: ApplicationsGetAzureAsyncOperationStatusOptionalParams): Promise<AsyncOperationResult>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

clusterName

string

De naam van het cluster.

applicationName

string

De constante waarde voor de naam van de toepassing.

operationId

string

De langlopende bewerkings-id.

Retouren

listByCluster(string, string, ApplicationsListByClusterOptionalParams)

Een lijst met alle toepassingen voor het HDInsight-cluster.

function listByCluster(resourceGroupName: string, clusterName: string, options?: ApplicationsListByClusterOptionalParams): PagedAsyncIterableIterator<Application, Application[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep.

clusterName

string

De naam van het cluster.

options
ApplicationsListByClusterOptionalParams

De optiesparameters.

Retouren