az redis patch-schedule
Manage Redis patch schedules.
Commands
Name | Description | Type | Status |
---|---|---|---|
az redis patch-schedule create |
Create patching schedule for Redis cache. |
Core | GA |
az redis patch-schedule delete |
Deletes the patching schedule of a redis cache. |
Core | GA |
az redis patch-schedule show |
Gets the patching schedule of a redis cache. |
Core | GA |
az redis patch-schedule update |
Update the patching schedule for Redis cache. |
Core | GA |
az redis patch-schedule create
Create patching schedule for Redis cache.
Usage example - az redis patch-schedule create --name testCacheName --resource-group testResourceGroup --schedule-entries '[{"dayOfWeek":"Tuesday","startHourUtc":"00","maintenanceWindow":"PT5H"}]'.
az redis patch-schedule create --name
--resource-group
--schedule-entries
Required Parameters
Name of the Redis cache.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
List of Patch schedule entries. Example Value:[{"dayOfWeek":"Monday","startHourUtc":"00","maintenanceWindow":"PT5H"}].
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 redis patch-schedule delete
Deletes the patching schedule of a redis cache.
Usage example - az redis patch-schedule delete --name testCacheName --resource-group testResourceGroup.
az redis patch-schedule delete --name
--resource-group
Required Parameters
Name of the Redis cache.
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 redis patch-schedule show
Gets the patching schedule of a redis cache.
Usage example - az redis patch-schedule show --name testCacheName --resource-group testResourceGroup [--query-examples].
az redis patch-schedule show --name
--resource-group
Required Parameters
Name of the Redis cache.
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 redis patch-schedule update
Update the patching schedule for Redis cache.
Usage example - az redis patch-schedule update --name testCacheName --resource-group testResourceGroup --schedule-entries '[{"dayOfWeek":"Tuesday","startHourUtc":"00","maintenanceWindow":"PT5H"}]'.
az redis patch-schedule update --name
--resource-group
--schedule-entries
Required Parameters
Name of the Redis cache.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
List of Patch schedule entries. Example Value:[{"dayOfWeek":"Monday","startHourUtc":"00","maintenanceWindow":"PT5H"}].
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.