BackupProtectableItems interface

Interface representing a BackupProtectableItems.

Methods

list(string, string, BackupProtectableItemsListOptionalParams)

Provides a pageable list of protectable objects within your subscription according to the query filter and the pagination parameters.

Method Details

list(string, string, BackupProtectableItemsListOptionalParams)

Provides a pageable list of protectable objects within your subscription according to the query filter and the pagination parameters.

function list(vaultName: string, resourceGroupName: string, options?: BackupProtectableItemsListOptionalParams): PagedAsyncIterableIterator<WorkloadProtectableItemResource, WorkloadProtectableItemResource[], PageSettings>

Parameters

vaultName

string

The name of the recovery services vault.

resourceGroupName

string

The name of the resource group where the recovery services vault is present.

options
BackupProtectableItemsListOptionalParams

The options parameters.

Returns