Compartilhar via


EventHubsOperationsExtensions.DeleteAuthorizationRuleAsync Método

Definição

Exclui uma Autorização do Hub de EventosRule.

public static System.Threading.Tasks.Task DeleteAuthorizationRuleAsync (this Microsoft.Azure.Management.EventHub.Fluent.IEventHubsOperations operations, string resourceGroupName, string namespaceName, string eventHubName, string authorizationRuleName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAuthorizationRuleAsync : Microsoft.Azure.Management.EventHub.Fluent.IEventHubsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAuthorizationRuleAsync (operations As IEventHubsOperations, resourceGroupName As String, namespaceName As String, eventHubName As String, authorizationRuleName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parâmetros

operations
IEventHubsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

Nome do grupo de recursos na assinatura do azure.

namespaceName
String

O nome do namespace

eventHubName
String

O nome do Hub de Eventos

authorizationRuleName
String

O nome da regra de autorização.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a