ValidateOperationResults interface

Interface representing a ValidateOperationResults.

Methods

get(string, string, string, ValidateOperationResultsGetOptionalParams)

Fetches the result of a triggered validate operation.

Method Details

get(string, string, string, ValidateOperationResultsGetOptionalParams)

Fetches the result of a triggered validate operation.

function get(vaultName: string, resourceGroupName: string, operationId: string, options?: ValidateOperationResultsGetOptionalParams): Promise<ValidateOperationsResponse>

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.

operationId

string

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

options
ValidateOperationResultsGetOptionalParams

The options parameters.

Returns