az mysql flexible-server maintenance
Manage maintenance on a flexible server.
Команды
Имя | Описание | Тип | Состояние |
---|---|---|---|
az mysql flexible-server maintenance list |
List all of the maintenances of a flexible server. |
Ядро | GA |
az mysql flexible-server maintenance reschedule |
Reschedule the ongoing planned maintenance of a flexible server. |
Ядро | GA |
az mysql flexible-server maintenance show |
Get the specific maintenance of a flexible server by maintenance name. |
Ядро | GA |
az mysql flexible-server maintenance list
List all of the maintenances of a flexible server.
az mysql flexible-server maintenance list --resource-group
--server-name
Примеры
List all of the maintenances of mysql flexible server 'testserver' under resource group 'testgroup'.
az mysql flexible-server maintenance list --resource-group testgroup --server-name testserver
Обязательные параметры
Resource Group Name of the server.
Имени сервера.
Глобальные параметры
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Отображать только ошибки, не показывая предупреждения.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Имя или идентификатор подписки. Подписку по умолчанию можно настроить с помощью az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az mysql flexible-server maintenance reschedule
Reschedule the ongoing planned maintenance of a flexible server.
az mysql flexible-server maintenance reschedule --maintenance-name
--start-time
[--ids]
[--resource-group]
[--server-name]
[--subscription]
Примеры
reschedule a existing maintenance '_T9Q-TS8' of the server 'testserver' under resource gruop 'testgroup' to a new start time 'UTC 20240601 09:00:00'
az mysql flexible-server maintenance reschedule --resource-group testgroup --server-name testserver --maintenance-name _T9Q-TS8 --start-time 2024-06-01T09:00:00Z
Обязательные параметры
The name of the maintenance.
The new start time of the rescheduled maintenance.
Необязательные параметры
Один или несколько идентификаторов ресурсов (разделенных пробелами). Это должен быть полный идентификатор ресурса, содержащий все сведения о аргументах Resource Id. You should provide either --ids or other 'Resource Id' arguments.
Resource Group Name of the server.
Имени сервера.
Имя или идентификатор подписки. Подписку по умолчанию можно настроить с помощью az account set -s NAME_OR_ID
.
Глобальные параметры
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Отображать только ошибки, не показывая предупреждения.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Имя или идентификатор подписки. Подписку по умолчанию можно настроить с помощью az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az mysql flexible-server maintenance show
Get the specific maintenance of a flexible server by maintenance name.
az mysql flexible-server maintenance show --maintenance-name
[--ids]
[--resource-group]
[--server-name]
[--subscription]
Примеры
Get a maintenance of mysql flexible server 'testserver' under resource group 'testgroup', with maintenance name '_T9Q-TS8'
az mysql flexible-server maintenance show --resource-group testgroup --server-name testserver --maintenance-name _T9Q-TS8
Обязательные параметры
The name of the maintenance.
Необязательные параметры
Один или несколько идентификаторов ресурсов (разделенных пробелами). Это должен быть полный идентификатор ресурса, содержащий все сведения о аргументах Resource Id. You should provide either --ids or other 'Resource Id' arguments.
Resource Group Name of the server.
Имени сервера.
Имя или идентификатор подписки. Подписку по умолчанию можно настроить с помощью az account set -s NAME_OR_ID
.
Глобальные параметры
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Отображать только ошибки, не показывая предупреждения.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Имя или идентификатор подписки. Подписку по умолчанию можно настроить с помощью az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.