Applications interface
Interface voor een toepassing.
Methoden
| begin |
Hiermee maakt u toepassingen voor het HDInsight-cluster. |
| begin |
Hiermee maakt u toepassingen voor het HDInsight-cluster. |
| begin |
Hiermee verwijdert u de opgegeven toepassing in het HDInsight-cluster. |
| begin |
Hiermee verwijdert u de opgegeven toepassing in het HDInsight-cluster. |
| get(string, string, string, Applications |
Hiermee haalt u eigenschappen van de opgegeven toepassing op. |
| get |
Hiermee haalt u de asynchrone bewerkingsstatus op. |
| list |
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.
De optiesparameters.
Retouren
Promise<AsyncOperationResult>
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.
De optiesparameters.