Skip to main content

replication_eligibility_results

Creates, updates, deletes, gets or lists a replication_eligibility_results resource.

Overview

Namereplication_eligibility_results
TypeResource
Idazure.recovery_services_site_recovery.replication_eligibility_results

Fields

NameDatatypeDescription
idstringGets Unique ARM identifier for this object.
namestringGets the name of this object.
propertiesobjectProperties model for replication eligibility results API.
typestringGets the object type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTresourceGroupName, subscriptionId, virtualMachineNameValidates whether a given VM can be protected or not in which case returns list of errors.
listSELECTresourceGroupName, subscriptionId, virtualMachineNameValidates whether a given VM can be protected or not in which case returns list of errors.

SELECT examples

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

SELECT
id,
name,
properties,
type
FROM azure.recovery_services_site_recovery.replication_eligibility_results
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND virtualMachineName = '{{ virtualMachineName }}';