BackupPolicies interface

Interface representing a BackupPolicies.

Methods

list(string, string, BackupPoliciesListOptionalParams)

Lists of backup policies associated with Recovery Services Vault. API provides pagination parameters to fetch scoped results.

Method Details

list(string, string, BackupPoliciesListOptionalParams)

Lists of backup policies associated with Recovery Services Vault. API provides pagination parameters to fetch scoped results.

function list(vaultName: string, resourceGroupName: string, options?: BackupPoliciesListOptionalParams): PagedAsyncIterableIterator<ProtectionPolicyResource, ProtectionPolicyResource[], 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
BackupPoliciesListOptionalParams

The options parameters.

Returns