ProtectionPolicyOperationResults interface

Interface representing a ProtectionPolicyOperationResults.

Methods

get(string, string, string, string, ProtectionPolicyOperationResultsGetOptionalParams)

Provides the result of an operation.

Method Details

get(string, string, string, string, ProtectionPolicyOperationResultsGetOptionalParams)

Provides the result of an operation.

function get(vaultName: string, resourceGroupName: string, policyName: string, operationId: string, options?: ProtectionPolicyOperationResultsGetOptionalParams): Promise<ProtectionPolicyResource>

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.

policyName

string

Backup policy name whose operation's result needs to be fetched.

operationId

string

Operation ID which represents the operation whose result needs to be fetched.

options
ProtectionPolicyOperationResultsGetOptionalParams

The options parameters.

Returns