MockableRecoveryServicesSiteRecoveryResourceGroupResource.GetSiteRecoveryProtectionContainers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists the protection containers in a vault.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationProtectionContainers
- Operation Id: ReplicationProtectionContainers_List
- Default Api Version: 2023-08-01
- Resource: SiteRecoveryProtectionContainerResource
public virtual Azure.Pageable<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryProtectionContainerResource> GetSiteRecoveryProtectionContainers(string resourceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSiteRecoveryProtectionContainers : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryProtectionContainerResource>
override this.GetSiteRecoveryProtectionContainers : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryProtectionContainerResource>
Public Overridable Function GetSiteRecoveryProtectionContainers (resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SiteRecoveryProtectionContainerResource)
Parameters
- resourceName
- String
The name of the recovery services vault.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of SiteRecoveryProtectionContainerResource 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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET