EventHubResource.GetEventHubAuthorizationRuleAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur AuthorizationRule pour un hub d’événements par nom de règle.
- Chemin de la demande/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/eventhubs/{eventHubName}/authorizationRules/{authorizationRuleName}
- IdEventHubs_GetAuthorizationRule d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EventHubs.EventHubAuthorizationRuleResource>> GetEventHubAuthorizationRuleAsync (string authorizationRuleName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetEventHubAuthorizationRuleAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EventHubs.EventHubAuthorizationRuleResource>>
override this.GetEventHubAuthorizationRuleAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EventHubs.EventHubAuthorizationRuleResource>>
Public Overridable Function GetEventHubAuthorizationRuleAsync (authorizationRuleName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of EventHubAuthorizationRuleResource))
Paramètres
- authorizationRuleName
- String
Nom de la règle d’autorisation.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
authorizationRuleName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
authorizationRuleName
a la valeur null.