Method: projects.locations.azureClusters.patch

更新 AzureCluster

HTTP 请求

PATCH https://{endpoint}/v1/{azureCluster.name=projects/*/locations/*/azureClusters/*}

其中 {endpoint}受支持的服务端点之一。

网址使用 gRPC 转码语法。

路径参数

参数
azureCluster.name

string

此资源的名称。

集群名称的格式为 projects/<project-number>/locations/<region>/azureClusters/<cluster-id>

如需详细了解 Google Cloud Platform 资源名称,请参阅资源名称

查询参数

参数
validateOnly

boolean

如果进行了设置,则只会验证请求,而不会实际更新集群。

updateMask

string (FieldMask format)

必需。要更新的字段掩码。此字段中必须提供至少一个路径。重复路径字段的元素只能包含 AzureCluster 中的这些字段:

  • description
  • azureClient
  • controlPlane.version
  • controlPlane.vm_size
  • annotations
  • authorization.admin_users
  • authorization.admin_groups
  • controlPlane.root_volume.size_gib
  • azureServicesAuthentication
  • azureServicesAuthentication.tenant_id
  • azureServicesAuthentication.application_id
  • controlPlane.proxy_config
  • controlPlane.proxy_config.resource_group_id
  • controlPlane.proxy_config.secret_id
  • controlPlane.ssh_config.authorized_key
  • loggingConfig.component_config.enable_components
  • monitoringConfig.managed_prometheus_config.enabled

这是完全限定字段名称的逗号分隔列表。示例:"user.displayName,photo"

请求正文

请求正文包含一个 AzureCluster 实例。

响应正文

如果成功,则响应正文包含一个 Operation 实例。

授权范围

需要以下 OAuth 范围:

  • https://www.googleapis.com/auth/cloud-platform

如需了解详情,请参阅身份验证概览

IAM 权限

需要拥有 name 资源的以下 IAM 权限:

  • gkemulticloud.azureClusters.update

如需了解详情,请参阅 IAM 文档