ApplicationsOperationsExtensions.ListByCluster Methode

Definition

Listet alle Anwendungen für den HDInsight-Cluster auf.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HDInsight.Models.Application> ListByCluster (this Microsoft.Azure.Management.HDInsight.IApplicationsOperations operations, string resourceGroupName, string clusterName);
static member ListByCluster : Microsoft.Azure.Management.HDInsight.IApplicationsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HDInsight.Models.Application>
<Extension()>
Public Function ListByCluster (operations As IApplicationsOperations, resourceGroupName As String, clusterName As String) As IPage(Of Application)

Parameter

operations
IApplicationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

clusterName
String

Der Name des Clusters.

Gibt zurück

Gilt für: