EventHubsOperationsExtensions.CreateOrUpdateAuthorizationRuleAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET