共用方式為


ReplicationEligibilityResultsOperations interface

Interface representing a ReplicationEligibilityResultsOperations.

Methods

get(string, string, ReplicationEligibilityResultsGetOptionalParams)

Validates whether a given VM can be protected or not in which case returns list of errors.

list(string, string, ReplicationEligibilityResultsListOptionalParams)

Validates whether a given VM can be protected or not in which case returns list of errors.

Method Details

get(string, string, ReplicationEligibilityResultsGetOptionalParams)

Validates whether a given VM can be protected or not in which case returns list of errors.

function get(resourceGroupName: string, virtualMachineName: string, options?: ReplicationEligibilityResultsGetOptionalParams): Promise<ReplicationEligibilityResults>

Parameters

resourceGroupName

string

The name of the resource group where the recovery services vault is present.

virtualMachineName

string

Virtual Machine name.

options
ReplicationEligibilityResultsGetOptionalParams

The options parameters.

Returns

list(string, string, ReplicationEligibilityResultsListOptionalParams)

Validates whether a given VM can be protected or not in which case returns list of errors.

function list(resourceGroupName: string, virtualMachineName: string, options?: ReplicationEligibilityResultsListOptionalParams): Promise<ReplicationEligibilityResultsCollection>

Parameters

resourceGroupName

string

The name of the resource group where the recovery services vault is present.

virtualMachineName

string

Virtual Machine name.

options
ReplicationEligibilityResultsListOptionalParams

The options parameters.

Returns