Compartilhar via


IEventHubDisasterRecoveryPairings.ListByNamespaceAsync Método

Definição

Lista os emparelhamentos de recuperação de desastre de um namespace em um grupo de recursos.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubDisasterRecoveryPairing>> ListByNamespaceAsync (string resourceGroupName, string namespaceName, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByNamespaceAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubDisasterRecoveryPairing>>
Public Function ListByNamespaceAsync (resourceGroupName As String, namespaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPagedCollection(Of IEventHubDisasterRecoveryPairing))

Parâmetros

resourceGroupName
String

Nome do grupo de recursos.

namespaceName
String

Nome do namespace.

cancellationToken
CancellationToken

Retornos

Aplica-se a