az backup vault backup-properties
Properties of the Recovery Services vault.
Commands
az backup vault backup-properties set |
Sets backup related properties of the Recovery Services vault. |
az backup vault backup-properties show |
Gets backup related properties of the Recovery Services vault. |
az backup vault backup-properties set
Sets backup related properties of the Recovery Services vault.
az backup vault backup-properties set [--backup-storage-redundancy {GeoRedundant, LocallyRedundant}]
[--ids]
[--name]
[--resource-group]
[--soft-delete-feature-state {Disable, Enable}]
[--subscription]
Examples
Sets backup related properties of the Recovery Services vault. (autogenerated)
az backup vault backup-properties set --backup-storage-redundancy GeoRedundant --name MyRecoveryServicesVault --resource-group MyResourceGroup --subscription MySubscription
Optional Parameters
Sets backup storage properties for a Recovery Services vault.
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 the Recovery services vault.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Set soft-delete feature state for a Recovery Services Vault.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.
Increase logging verbosity. Use --debug for full debug logs.
az backup vault backup-properties show
Gets backup related properties of the Recovery Services vault.
az backup vault backup-properties show [--ids]
[--name]
[--query-examples]
[--resource-group]
[--subscription]
Examples
Gets backup related properties of the Recovery Services vault. (autogenerated)
az backup vault backup-properties show --name MyRecoveryServicesVault --resource-group MyResourceGroup
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 the Recovery services vault.
Recommend JMESPath string for you. You can copy one of the query and paste it after --query parameter within double quotation marks to see the results. You can add one or more positional keywords so that we can give suggestions based on these key words.
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
.
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.
Increase logging verbosity. Use --debug for full debug logs.