Compartir a través de


BackupProtectionIntent interface

Interface representing a BackupProtectionIntent.

Methods

list(string, string, BackupProtectionIntentListOptionalParams)

Provides a pageable list of all intents that are present within a vault.

Method Details

list(string, string, BackupProtectionIntentListOptionalParams)

Provides a pageable list of all intents that are present within a vault.

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

The options parameters.

Returns