Compartilhar via


EventHubsOperationsExtensions.ListKeysAsync Método

Definição

Obtém as cadeias de conexão ACS e SAS para o Hub de Eventos.

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

Parâmetros

operations
IEventHubsOperations

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

resourceGroupName
String

Nome do grupo de recursos dentro da 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