Compartir a través de


IEventHubsOperations.CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync Método

Definición

Crea o actualiza un AuthorizationRule para el centro de eventos especificado.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.EventHub.Fluent.Models.AuthorizationRuleInner>> CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync (string resourceGroupName, string namespaceName, string eventHubName, string authorizationRuleName, System.Collections.Generic.IList<Microsoft.Azure.Management.EventHub.Fluent.Models.AccessRights> rights, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync : string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.EventHub.Fluent.Models.AccessRights> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.EventHub.Fluent.Models.AuthorizationRuleInner>>
Public Function CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync (resourceGroupName As String, namespaceName As String, eventHubName As String, authorizationRuleName As String, rights As IList(Of AccessRights), Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of AuthorizationRuleInner))

Parámetros

resourceGroupName
String

Nombre del grupo de recursos dentro de la suscripción de Azure.

namespaceName
String

Nombre del espacio de nombres

eventHubName
String

Nombre del centro de eventos

authorizationRuleName
String

Nombre de la regla de autorización.

rights
IList<AccessRights>

Derechos asociados a la regla.

customHeaders
Dictionary<String,List<String>>

Encabezados que se agregarán a la solicitud.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Excepciones

Se produce cuando la operación devolvió un código de estado no válido

Se produce cuando no se puede deserializar la respuesta

Se produce cuando un parámetro obligatorio es NULL

Se aplica a