Applications interface
Interface que representa um Aplicativo.
Métodos
| begin |
Cria aplicativos para o cluster HDInsight. |
| begin |
Cria aplicativos para o cluster HDInsight. |
| begin |
Exclui o aplicativo especificado no cluster HDInsight. |
| begin |
Exclui o aplicativo especificado no cluster HDInsight. |
| get(string, string, string, Applications |
Obtém as propriedades do aplicativo especificado. |
| get |
Obtém o status da operação assíncrona. |
| list |
Lista todos os aplicativos para o cluster HDInsight. |
Detalhes do método
beginCreate(string, string, string, Application, ApplicationsCreateOptionalParams)
Cria aplicativos para o cluster HDInsight.
function beginCreate(resourceGroupName: string, clusterName: string, applicationName: string, parameters: Application, options?: ApplicationsCreateOptionalParams): Promise<PollerLike<PollOperationState<Application>, Application>>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos.
- clusterName
-
string
O nome do cluster.
- applicationName
-
string
O valor constante do nome do aplicativo.
- parameters
- Application
A solicitação de criação do aplicativo.
- options
- ApplicationsCreateOptionalParams
Os parâmetros de opções.
Retornos
Promise<PollerLike<@azure/core-lro.PollOperationState<Application>, Application>>
beginCreateAndWait(string, string, string, Application, ApplicationsCreateOptionalParams)
Cria aplicativos para o cluster HDInsight.
function beginCreateAndWait(resourceGroupName: string, clusterName: string, applicationName: string, parameters: Application, options?: ApplicationsCreateOptionalParams): Promise<Application>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos.
- clusterName
-
string
O nome do cluster.
- applicationName
-
string
O valor constante do nome do aplicativo.
- parameters
- Application
A solicitação de criação do aplicativo.
- options
- ApplicationsCreateOptionalParams
Os parâmetros de opções.
Retornos
Promise<Application>
beginDelete(string, string, string, ApplicationsDeleteOptionalParams)
Exclui o aplicativo especificado no cluster HDInsight.
function beginDelete(resourceGroupName: string, clusterName: string, applicationName: string, options?: ApplicationsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos.
- clusterName
-
string
O nome do cluster.
- applicationName
-
string
O valor constante do nome do aplicativo.
- options
- ApplicationsDeleteOptionalParams
Os parâmetros de opções.
Retornos
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, string, ApplicationsDeleteOptionalParams)
Exclui o aplicativo especificado no cluster HDInsight.
function beginDeleteAndWait(resourceGroupName: string, clusterName: string, applicationName: string, options?: ApplicationsDeleteOptionalParams): Promise<void>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos.
- clusterName
-
string
O nome do cluster.
- applicationName
-
string
O valor constante do nome do aplicativo.
- options
- ApplicationsDeleteOptionalParams
Os parâmetros de opções.
Retornos
Promise<void>
get(string, string, string, ApplicationsGetOptionalParams)
Obtém as propriedades do aplicativo especificado.
function get(resourceGroupName: string, clusterName: string, applicationName: string, options?: ApplicationsGetOptionalParams): Promise<Application>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos.
- clusterName
-
string
O nome do cluster.
- applicationName
-
string
O valor constante do nome do aplicativo.
- options
- ApplicationsGetOptionalParams
Os parâmetros de opções.
Retornos
Promise<Application>
getAzureAsyncOperationStatus(string, string, string, string, ApplicationsGetAzureAsyncOperationStatusOptionalParams)
Obtém o status da operação assíncrona.
function getAzureAsyncOperationStatus(resourceGroupName: string, clusterName: string, applicationName: string, operationId: string, options?: ApplicationsGetAzureAsyncOperationStatusOptionalParams): Promise<AsyncOperationResult>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos.
- clusterName
-
string
O nome do cluster.
- applicationName
-
string
O valor constante do nome do aplicativo.
- operationId
-
string
A ID de operação de execução prolongada.
Os parâmetros de opções.
Retornos
Promise<AsyncOperationResult>
listByCluster(string, string, ApplicationsListByClusterOptionalParams)
Lista todos os aplicativos para o cluster HDInsight.
function listByCluster(resourceGroupName: string, clusterName: string, options?: ApplicationsListByClusterOptionalParams): PagedAsyncIterableIterator<Application, Application[], PageSettings>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos.
- clusterName
-
string
O nome do cluster.
Os parâmetros de opções.