- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Updates an AzureCluster
.
HTTP request
PATCH https://{endpoint}/v1/{azureCluster.name=projects/*/locations/*/azureClusters/*}
Where {endpoint}
is one of the supported service endpoints.
The URLs use gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
azureCluster.name |
The name of this resource. Cluster names are formatted as See Resource Names for more details on Google Cloud Platform resource names. |
Query parameters
Parameters | |
---|---|
validateOnly |
If set, only validate the request, but do not actually update the cluster. |
updateMask |
Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field can only include these fields from
This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of AzureCluster
.
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the name
resource:
gkemulticloud.azureClusters.update
For more information, see the IAM documentation.