Compartir a través de


ClustersOperationsExtensions.ListByResourceGroup Método

Definición

Enumera los clústeres de HDInsight en un grupo de recursos.

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)

Parámetros

operations
IClustersOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

Devoluciones

Se aplica a