RecoveryServicesBackupExtensions.GetProtectableContainers Method

Definition

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 static Azure.Pageable<Azure.ResourceManager.RecoveryServicesBackup.Models.ProtectableContainerResource> GetProtectableContainers (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string vaultName, string fabricName, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member GetProtectableContainers : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.RecoveryServicesBackup.Models.ProtectableContainerResource>
<Extension()>
Public Function GetProtectableContainers (resourceGroupResource As ResourceGroupResource, vaultName As String, fabricName As String, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ProtectableContainerResource)

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

vaultName
String

The name of the recovery services vault.

fabricName
String

The String to use.

filter
String

OData filter options.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A 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.

resourceGroupResource, vaultName or fabricName is null.

Applies to