Applications Interface

Implements

com.microsoft.azure.arm.collection.SupportsCreating<Blank> com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.hdinsight.v2018_06_01_preview.implementation.ApplicationsInner>

public interface Applications
extends com.microsoft.azure.arm.collection.SupportsCreating<Blank>, com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.hdinsight.v2018_06_01_preview.implementation.ApplicationsInner>

Type representing Applications.

Method Summary

Modifier and Type Method and Description
abstract rx.Completable deleteAsync(String resourceGroupName, String clusterName, String applicationName)

Deletes the specified application on the HDInsight cluster.

abstract rx.Observable<Application> getAsync(String resourceGroupName, String clusterName, String applicationName)

Gets properties of the specified application.

abstract rx.Observable<Application> listByClusterAsync(String resourceGroupName, String clusterName)

Lists all of the applications for the HDInsight cluster.

Method Details

deleteAsync

public abstract Completable deleteAsync(String resourceGroupName, String clusterName, String applicationName)

Deletes the specified application on the HDInsight cluster.

Parameters:

resourceGroupName - The name of the resource group.
clusterName - The name of the cluster.
applicationName - The constant value for the application name.

Returns:

the observable for the request

getAsync

public abstract Observable getAsync(String resourceGroupName, String clusterName, String applicationName)

Gets properties of the specified application.

Parameters:

resourceGroupName - The name of the resource group.
clusterName - The name of the cluster.
applicationName - The constant value for the application name.

Returns:

the observable for the request

listByClusterAsync

public abstract Observable listByClusterAsync(String resourceGroupName, String clusterName)

Lists all of the applications for the HDInsight cluster.

Parameters:

resourceGroupName - The name of the resource group.
clusterName - The name of the cluster.

Returns:

the observable for the request

Applies to