RecoveryServicesSiteRecoveryExtensions.GetProtectionContainerMappings Method

Definition

Lists the protection container mappings in the vault.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationProtectionContainerMappings
  • Operation Id: ReplicationProtectionContainerMappings_List
  • Default Api Version: 2023-08-01
  • Resource: ProtectionContainerMappingResource
C#
public static Azure.Pageable<Azure.ResourceManager.RecoveryServicesSiteRecovery.ProtectionContainerMappingResource> GetProtectionContainerMappings(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 ProtectionContainerMappingResource 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