Compartilhar via


EventHubsOperationsExtensions.GetAsync Método

Definição

Obtém uma descrição dos Hubs de Eventos para o Hub de Eventos especificado.

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

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

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a