Partager via


EventHubsClient.ListEventHubAuthorizationRules(String, String, String) Method

Definition

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes> ListEventHubAuthorizationRules (string resourceGroupName, string namespaceName, string eventHubName);
member this.ListEventHubAuthorizationRules : string * string * string -> seq<Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes>
Public Function ListEventHubAuthorizationRules (resourceGroupName As String, namespaceName As String, eventHubName As String) As IEnumerable(Of PSSharedAccessAuthorizationRuleAttributes)

Parameters

resourceGroupName
String
namespaceName
String
eventHubName
String

Returns

Applies to