Partager via


EventHubsClient.GetNamespaceAuthorizationRule(String, String, String) Method

Definition

public Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes GetNamespaceAuthorizationRule (string resourceGroupName, string namespaceName, string authRuleName);
member this.GetNamespaceAuthorizationRule : string * string * string -> Microsoft.Azure.Commands.EventHub.Models.PSSharedAccessAuthorizationRuleAttributes
Public Function GetNamespaceAuthorizationRule (resourceGroupName As String, namespaceName As String, authRuleName As String) As PSSharedAccessAuthorizationRuleAttributes

Parameters

resourceGroupName
String
namespaceName
String
authRuleName
String

Returns

Applies to