MockableRecoveryServicesSiteRecoveryResourceGroupResource.GetReplicationAppliancesAsync Method

Definition

Gets the list of Azure Site Recovery appliances for the vault.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationAppliances
  • Operation Id: ReplicationAppliances_List
  • Default Api Version: 2023-08-01
public virtual Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryReplicationAppliance> GetReplicationAppliancesAsync (string resourceName, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetReplicationAppliancesAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryReplicationAppliance>
override this.GetReplicationAppliancesAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryReplicationAppliance>
Public Overridable Function GetReplicationAppliancesAsync (resourceName As String, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SiteRecoveryReplicationAppliance)

Parameters

resourceName
String

The name of the recovery services vault.

filter
String

OData filter options.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of SiteRecoveryReplicationAppliance that may take multiple service requests to iterate over.

Exceptions

resourceName is an empty string, and was expected to be non-empty.

resourceName is null.

Applies to