Partilhar via


EventHubsOperationsExtensions.CreateOrUpdateAuthorizationRuleAsync Método

Definição

Cria ou atualiza um AuthorizationRule para o Hub de Eventos especificado.

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

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.

rights
IList<AccessRights>

Os direitos associados à regra.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a