Freigeben über


DisasterRecoveryConfigsOperationsExtensions.GetAuthorizationRuleAsync Methode

Definition

Ruft eine AuthorizationRule für einen Namespace nach Regelname ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EventHub.Models.AuthorizationRule> GetAuthorizationRuleAsync (this Microsoft.Azure.Management.EventHub.IDisasterRecoveryConfigsOperations operations, string resourceGroupName, string namespaceName, string alias, string authorizationRuleName, System.Threading.CancellationToken cancellationToken = default);
static member GetAuthorizationRuleAsync : Microsoft.Azure.Management.EventHub.IDisasterRecoveryConfigsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EventHub.Models.AuthorizationRule>
<Extension()>
Public Function GetAuthorizationRuleAsync (operations As IDisasterRecoveryConfigsOperations, resourceGroupName As String, namespaceName As String, alias As String, authorizationRuleName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AuthorizationRule)

Parameter

operations
IDisasterRecoveryConfigsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

namespaceName
String

Der Namespacename

alias
String

Name der Notfallwiederherstellungskonfiguration

authorizationRuleName
String

Der Name der Autorisierungsregel.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: