ValidateOperationStatuses interface

Interface representing a ValidateOperationStatuses.

Methods

get(string, string, string, ValidateOperationStatusesGetOptionalParams)

Fetches the status of a triggered validate operation. The status can be in progress, completed or failed. You can refer to the OperationStatus enum for all the possible states of the operation. If operation has completed, this method returns the list of errors obtained while validating the operation.

Method Details

get(string, string, string, ValidateOperationStatusesGetOptionalParams)

Fetches the status of a triggered validate operation. The status can be in progress, completed or failed. You can refer to the OperationStatus enum for all the possible states of the operation. If operation has completed, this method returns the list of errors obtained while validating the operation.

function get(vaultName: string, resourceGroupName: string, operationId: string, options?: ValidateOperationStatusesGetOptionalParams): Promise<OperationStatus>

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 represents the operation whose status needs to be fetched.

options
ValidateOperationStatusesGetOptionalParams

The options parameters.

Returns

Promise<OperationStatus>