az managed-cassandra cluster backup
Note
This reference is part of the cosmosdb-preview extension for the Azure CLI (version 2.17.1 or higher). The extension will automatically install the first time you run an az managed-cassandra cluster backup command. Learn more about extensions.
Azure Managed Cassandra cluster Backup.
Commands
Name | Description | Type | Status |
---|---|---|---|
az managed-cassandra cluster backup list |
List the backups of this cluster that are available to restore. |
Extension | Preview |
az managed-cassandra cluster backup show |
Get a managed cassandra backup resource of this cluster. |
Extension | Preview |
az managed-cassandra cluster backup list
This command is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
List the backups of this cluster that are available to restore.
az managed-cassandra cluster backup list --cluster-name
--resource-group
Examples
This command lists the backups of this cluster that are available to restore.
az managed-cassandra cluster backup list --resource-group MyResourceGroup --cluster-name MyCluster
Required Parameters
Cluster Name.
Name of resource group. You can configure the default group using az configure --defaults group=<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 managed-cassandra cluster backup show
This command is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Get a managed cassandra backup resource of this cluster.
az managed-cassandra cluster backup show --backup-id
--cluster-name
--resource-group
Examples
Gets a managed cassandra backup resource.
az managed-cassandra cluster backup show --resource-group MyResourceGroup --cluster-name MyCluster --backup-id BackUpId
Required Parameters
The resource id of the backup.
Cluster Name.
Name of resource group. You can configure the default group using az configure --defaults group=<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.