RecoveryServicesSiteRecoveryExtensions.GetSiteRecoveryNetworkMappings Method

Definition

Lists all ASR network mappings in the vault.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationNetworkMappings
  • Operation Id: ReplicationNetworkMappings_List
  • Default Api Version: 2023-08-01
  • Resource: SiteRecoveryNetworkMappingResource
C#
public static Azure.Pageable<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryNetworkMappingResource> GetSiteRecoveryNetworkMappings(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string resourceName, System.Threading.CancellationToken cancellationToken = default);

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

resourceName
String

The name of the recovery services vault.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of SiteRecoveryNetworkMappingResource that may take multiple service requests to iterate over.

Exceptions

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

resourceGroupResource or resourceName is null.

Applies to

Product Versions
Azure SDK for .NET Latest