MockableRecoveryServicesSiteRecoveryResourceGroupResource.GetSiteRecoveryProtectionContainersAsync 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.AsyncPageable<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryProtectionContainerResource> GetSiteRecoveryProtectionContainersAsync (string resourceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSiteRecoveryProtectionContainersAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryProtectionContainerResource>
override this.GetSiteRecoveryProtectionContainersAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryProtectionContainerResource>
Public Overridable Function GetSiteRecoveryProtectionContainersAsync (resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SiteRecoveryProtectionContainerResource)
Parameters
- resourceName
- String
The name of the recovery services vault.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async 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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.