Share via


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

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--virtual-machine-name

Virtual Machine name.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
Default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

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

--ids

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.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--virtual-machine-name

Virtual Machine name.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
Default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.