次の方法で共有


ClustersOperationsExtensions.ListByResourceGroup メソッド

定義

リソース グループ内の HDInsight クラスターを一覧表示します。

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

パラメーター

operations
IClustersOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

戻り値

適用対象