Share via


ClustersOperationsExtensions.Get(IClustersOperations, String, String) Method

Definition

Gets the resource description of the specified Event Hubs Cluster.

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

Parameters

operations
IClustersOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group within the azure subscription.

clusterName
String

The name of the Event Hubs Cluster.

Returns

Applies to