Condividi tramite


IEventHubDisasterRecoveryPairings.ListByNamespaceAsync Method

Definition

Lists the disaster recovery pairings of a namespace under a resource group.

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))

Parameters

resourceGroupName
String

Resource group name.

namespaceName
String

Namespace name.

cancellationToken
CancellationToken

Returns

Applies to