az monitor log-analytics workspace table restore
Manage tables for log analytics workspace restore logs table.
Commands
| az monitor log-analytics workspace table restore create |
Create a Log Analytics workspace restore logs table. The table name needs to end with '_RST'. |
az monitor log-analytics workspace table restore create
Create a Log Analytics workspace restore logs table. The table name needs to end with '_RST'.
az monitor log-analytics workspace table restore create --end-restore-time
--name
--resource-group
--restore-source-table
--start-restore-time
--workspace-name
[--no-wait]
Examples
Create a Log Analytics workspace restore logs table.
az monitor log-analytics workspace table restore create --resource-group MyResourceGroup --workspace-name MyWorkspace -n MyTable_RST --start-restore-time "Sat, 28 Aug 2021 05:29:18 GMT" --end-restore-time "Sat, 28 Aug 2021 08:29:18 GMT" --restore-source-table MyTable
Required Parameters
Datetime format. Format: date (yyyy-mm-dd) time (hh:mm:ss.xxxxx) timezone (+/-hh:mm).
Name of the table.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
The table to restore data from.
Datetime format. Format: date (yyyy-mm-dd) time (hh:mm:ss.xxxxx) timezone (+/-hh:mm).
Name of the Log Analytics Workspace.
Optional Parameters
Do not wait for the long-running operation to finish.
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.
Feedback
Submit and view feedback for