az cloud-service update-domain
Note
This reference is part of the cloud-service extension for the Azure CLI (version 2.55.0 or higher). The extension will automatically install the first time you run an az cloud-service update-domain command. Learn more about extensions.
Command group 'cloud-service' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Manage cloud service update domain with cloud service.
Commands
Name | Description | Type | Status |
---|---|---|---|
az cloud-service update-domain list-update-domain |
Get a list of all update domains in a cloud service. |
Extension | Experimental |
az cloud-service update-domain show-update-domain |
Get the specified update domain of a cloud service. |
Extension | Experimental |
az cloud-service update-domain walk-update-domain |
Update the role instances in the specified update domain. |
Extension | Experimental |
az cloud-service update-domain list-update-domain
Command group 'cloud-service' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Get a list of all update domains in a cloud service.
az cloud-service update-domain list-update-domain --cloud-service-name
--resource-group
Required Parameters
Name of the cloud service.
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 cloud-service update-domain show-update-domain
Command group 'cloud-service' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Get the specified update domain of a cloud service.
az cloud-service update-domain show-update-domain [--cloud-service-name]
[--ids]
[--resource-group]
[--subscription]
[--update-domain]
Optional Parameters
Name of the cloud service.
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 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
.
Specifies an integer value that identifies the update domain. Update domains are identified with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.
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 cloud-service update-domain walk-update-domain
Command group 'cloud-service' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Update the role instances in the specified update domain.
az cloud-service update-domain walk-update-domain [--cloud-service-name]
[--ids]
[--resource-group]
[--subscription]
[--update-domain]
Optional Parameters
Name of the cloud service.
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 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
.
Specifies an integer value that identifies the update domain. Update domains are identified with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.
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.
Azure CLI