MockableRecoveryServicesBackupResourceGroupResource.GetProtectableContainersAsync 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 containers that can be registered to Recovery Services Vault.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectableContainers
- Operation Id: ProtectableContainers_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesBackup.Models.ProtectableContainerResource> GetProtectableContainersAsync (string vaultName, string fabricName, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetProtectableContainersAsync : string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesBackup.Models.ProtectableContainerResource>
override this.GetProtectableContainersAsync : string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesBackup.Models.ProtectableContainerResource>
Public Overridable Function GetProtectableContainersAsync (vaultName As String, fabricName As String, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ProtectableContainerResource)
Parameters
- vaultName
- 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 ProtectableContainerResource that may take multiple service requests to iterate over.
Exceptions
vaultName
or fabricName
is an empty string, and was expected to be non-empty.
vaultName
or fabricName
is null.
Applies to
Azure SDK for .NET