Bagikan melalui


EventHubResource.GetEventHubAuthorizationRule Method

Definition

Gets an AuthorizationRule for an Event Hub by rule name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/eventhubs/{eventHubName}/authorizationRules/{authorizationRuleName}
  • Operation Id: EventHubs_GetAuthorizationRule
  • Default Api Version: 2024-01-01
  • Resource: EventHubAuthorizationRuleResource
public virtual Azure.Response<Azure.ResourceManager.EventHubs.EventHubAuthorizationRuleResource> GetEventHubAuthorizationRule (string authorizationRuleName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetEventHubAuthorizationRule : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.EventHubs.EventHubAuthorizationRuleResource>
override this.GetEventHubAuthorizationRule : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.EventHubs.EventHubAuthorizationRuleResource>
Public Overridable Function GetEventHubAuthorizationRule (authorizationRuleName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of EventHubAuthorizationRuleResource)

Parameters

authorizationRuleName
String

The authorization rule name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

authorizationRuleName is null.

authorizationRuleName is an empty string, and was expected to be non-empty.

Applies to