DisasterRecoveryConfigsOperationsExtensions.ListAsync Method

Definition

Gets all Alias(Disaster Recovery configurations)

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.ArmDisasterRecovery>> ListAsync (this Microsoft.Azure.Management.EventHub.IDisasterRecoveryConfigsOperations operations, string resourceGroupName, string namespaceName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.EventHub.IDisasterRecoveryConfigsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.ArmDisasterRecovery>>
<Extension()>
Public Function ListAsync (operations As IDisasterRecoveryConfigsOperations, resourceGroupName As String, namespaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ArmDisasterRecovery))

Parameters

operations
IDisasterRecoveryConfigsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group within the azure subscription.

namespaceName
String

The Namespace name

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to