Clusters - Continue Update Version
Continue a paused update to the cluster version.
Trigger the continuation of an update for a cluster with a matching update strategy that has paused after completing a segment of the update.
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/continueUpdateVersion?api-version=2025-02-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
cluster
|
path | True |
string pattern: ^([a-zA-Z0-9][a-zA-Z0-9-_]{0,28}[a-zA-Z0-9])$ |
The name of the cluster. |
resource
|
path | True |
string minLength: 1maxLength: 90 |
The name of the resource group. The name is case insensitive. |
subscription
|
path | True |
string (uuid) |
The ID of the target subscription. The value must be an UUID. |
api-version
|
query | True |
string minLength: 1 |
The API version to use for this operation. |
Request Body
Name | Type | Description |
---|---|---|
machineGroupTargetingMode |
The mode by which the cluster will target the next grouping of servers to continue the update. |
Responses
Name | Type | Description |
---|---|---|
202 Accepted |
The action has been initiated for the resource. Headers Location: string |
|
Other Status Codes |
Error response describing why the operation failed. |
Security
azure_auth
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Examples
Continue update cluster version
Sample request
POST https://management.azure.com/subscriptions/123e4567-e89b-12d3-a456-426655440000/resourceGroups/resourceGroupName/providers/Microsoft.NetworkCloud/clusters/clusterName/continueUpdateVersion?api-version=2025-02-01
{
"machineGroupTargetingMode": "AlphaByRack"
}
Sample response
Location: https://management.azure.com/subscriptions/123e4567-e89b-12d3-a456-426655440000/providers/Microsoft.NetworkCloud/locations/location/operationStatuses/operationId?api-version=2025-02-01
Definitions
Name | Description |
---|---|
Cluster |
The mode by which the cluster will target the next grouping of servers to continue the update. |
Cluster |
ClusterContinueUpdateVersionParameters represents the body of the request to continue the update of a cluster version. |
Error |
The resource management error additional info. |
Error |
The error detail. |
Error |
Error response |
ClusterContinueUpdateVersionMachineGroupTargetingMode
The mode by which the cluster will target the next grouping of servers to continue the update.
Value | Description |
---|---|
AlphaByRack |
ClusterContinueUpdateVersionParameters
ClusterContinueUpdateVersionParameters represents the body of the request to continue the update of a cluster version.
Name | Type | Default value | Description |
---|---|---|---|
machineGroupTargetingMode | AlphaByRack |
The mode by which the cluster will target the next grouping of servers to continue the update. |
ErrorAdditionalInfo
The resource management error additional info.
Name | Type | Description |
---|---|---|
info |
object |
The additional info. |
type |
string |
The additional info type. |
ErrorDetail
The error detail.
Name | Type | Description |
---|---|---|
additionalInfo |
The error additional info. |
|
code |
string |
The error code. |
details |
The error details. |
|
message |
string |
The error message. |
target |
string |
The error target. |
ErrorResponse
Error response
Name | Type | Description |
---|---|---|
error |
The error object. |