az site-recovery replication-eligibility
Note
This reference is part of the site-recovery extension for the Azure CLI (version 2.51.0 or higher). The extension will automatically install the first time you run an az site-recovery replication-eligibility command. Learn more about extensions.
Manage Replication Eligibility.
Commands
Name | Description | Type | Status |
---|---|---|---|
az site-recovery replication-eligibility list |
List whether a given VM can be protected or not in which case returns list of errors. |
Extension | GA |
az site-recovery replication-eligibility show-default |
Get whether a given VM can be protected or not in which case returns list of errors. |
Extension | GA |
az site-recovery replication-eligibility list
List whether a given VM can be protected or not in which case returns list of errors.
az site-recovery replication-eligibility list --resource-group
--virtual-machine-name
Examples
List replication eligibility
az site-recovery replication-eligibility list -g rg --virtual-machine-name vm_name
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Virtual Machine name.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az site-recovery replication-eligibility show-default
Get whether a given VM can be protected or not in which case returns list of errors.
az site-recovery replication-eligibility show-default [--ids]
[--resource-group]
[--subscription]
[--virtual-machine-name]
Examples
Show default replication-eligibility
az site-recovery replication-eligibility show-default -g rg --virtual-machine-name vm_name
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Virtual Machine name.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Azure CLI