replication_eligibility_results
Creates, updates, deletes, gets or lists a replication_eligibility_results
resource.
Overview
Name | replication_eligibility_results |
Type | Resource |
Id | azure.recovery_services_site_recovery.replication_eligibility_results |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Gets Unique ARM identifier for this object. |
name | string | Gets the name of this object. |
properties | object | Properties model for replication eligibility results API. |
type | string | Gets the object type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | resourceGroupName, subscriptionId, virtualMachineName | Validates whether a given VM can be protected or not in which case returns list of errors. |
list | SELECT | resourceGroupName, subscriptionId, virtualMachineName | Validates 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 }}';