EventHubResource.GetEventHubAuthorizationRule Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft eine AuthorizationRule für einen Event Hub nach Regelname ab.
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/eventhubs/{eventHubName}/authorizationRules/{authorizationRuleName}
- Vorgangs-IdEventHubs_GetAuthorizationRule
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)
Parameter
- authorizationRuleName
- String
Der Name der Autorisierungsregel.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
authorizationRuleName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
authorizationRuleName
ist NULL.