Share via


ClustersOperationsExtensions.ListByResourceGroup Method

Definition

Lists the available Event Hubs Clusters within an ARM resource group

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

Parameters

operations
IClustersOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group within the azure subscription.

Returns

Applies to