az backup vault backup-properties
Properties of the Recovery Services vault.
Commands
Name | Description | Type | Status |
---|---|---|---|
az backup vault backup-properties set |
Sets backup related properties of the Recovery Services vault. |
Core | GA |
az backup vault backup-properties show |
Gets backup related properties of the Recovery Services vault. |
Core | GA |
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, ZoneRedundant}]
[--classic-alerts {Disable, Enable}]
[--cross-region-restore-flag {False, True}]
[--hybrid-backup-security-features {Disable, Enable}]
[--ids]
[--job-failure-alerts {Disable, Enable}]
[--name]
[--resource-group]
[--soft-delete-duration]
[--soft-delete-feature-state {AlwaysOn, Disable, Enable}]
[--subscription]
[--tenant-id]
Examples
Sets backup related properties of the Recovery Services vault. (autogenerated)
az backup vault backup-properties set --classic-alerts Enabled --name MyRecoveryServicesVault --resource-group MyResourceGroup --subscription MySubscription
Optional Parameters
Set backup storage properties for a Recovery Services vault.
Use this property to specify whether backup alerts from the classic solution should be received.
Set cross-region-restore feature state for a Recovery Services Vault. Default: False.
Use this field to set the security features for hybrid backups in 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.
Use this property to specify whether built-in Azure Monitor alerts should be received for every job failure.
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 retention duration time in days for a Recovery Services Vault.
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
.
ID of the tenant if the Resource Guard protecting the vault exists in a different tenant.
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 backup vault backup-properties show
Gets backup related properties of the Recovery Services vault.
az backup vault backup-properties show [--ids]
[--name]
[--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.
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
.
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.