ProtectedItemOperationResults interface

Interface representing a ProtectedItemOperationResults.

Methods

get(string, string, string, string, string, string, ProtectedItemOperationResultsGetOptionalParams)

Fetches the result of any operation on the backup item.

Method Details

get(string, string, string, string, string, string, ProtectedItemOperationResultsGetOptionalParams)

Fetches the result of any operation on the backup item.

function get(vaultName: string, resourceGroupName: string, fabricName: string, containerName: string, protectedItemName: string, operationId: string, options?: ProtectedItemOperationResultsGetOptionalParams): Promise<ProtectedItemResource>

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.

fabricName

string

Fabric name associated with the backup item.

containerName

string

Container name associated with the backup item.

protectedItemName

string

Backup item name whose details are to be fetched.

operationId

string

OperationID which represents the operation whose result needs to be fetched.

options
ProtectedItemOperationResultsGetOptionalParams

The options parameters.

Returns