Share via


EventHubsOperationsExtensions.ListAuthorizationRules Method

Definition

Gets the authorization rules for an Event Hub.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.AuthorizationRule> ListAuthorizationRules (this Microsoft.Azure.Management.EventHub.IEventHubsOperations operations, string resourceGroupName, string namespaceName, string eventHubName);
static member ListAuthorizationRules : Microsoft.Azure.Management.EventHub.IEventHubsOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.AuthorizationRule>
<Extension()>
Public Function ListAuthorizationRules (operations As IEventHubsOperations, resourceGroupName As String, namespaceName As String, eventHubName As String) As IPage(Of AuthorizationRule)

Parameters

operations
IEventHubsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group within the azure subscription.

namespaceName
String

The Namespace name

eventHubName
String

The Event Hub name

Returns

Applies to