你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Managed Clusters - Get Mesh Upgrade Profile

获取群集中服务网格的可用升级。

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/meshUpgradeProfiles/{mode}?api-version=2024-09-01

URI 参数

名称 必需 类型 说明
mode
path True

string

网格的模式。

正则表达式模式: ^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$

resourceGroupName
path True

string

资源组的名称。 名称不区分大小写。

resourceName
path True

string

托管群集资源的名称。

正则表达式模式: ^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$

subscriptionId
path True

string

uuid

目标订阅的 ID。 该值必须是 UUID。

api-version
query True

string

用于此操作的 API 版本。

响应

名称 类型 说明
200 OK

MeshUpgradeProfile

还行

Other Status Codes

CloudError

描述操作失败的原因的错误响应。

安全性

azure_auth

Azure Active Directory OAuth2 Flow

类型: oauth2
流向: implicit
授权 URL: https://login.microsoftonline.com/common/oauth2/authorize

作用域

名称 说明
user_impersonation 模拟用户帐户

示例

Gets version compatibility and upgrade profile for a service mesh in a cluster

示例请求

GET https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ContainerService/managedClusters/clustername1/meshUpgradeProfiles/istio?api-version=2024-09-01

示例响应

{
  "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rg1/providers/Microsoft.ContainerService/managedClusters/clustername1/meshUpgradeProfiles/istio",
  "type": "Microsoft.ContainerService/managedClusters/meshUpgradeProfiles",
  "name": "istio",
  "properties": {
    "revision": "asm-1-17",
    "upgrades": [
      "asm-1-18"
    ],
    "compatibleWith": [
      {
        "name": "kubernetes",
        "versions": [
          "1.23",
          "1.24",
          "1.25",
          "1.26"
        ]
      }
    ]
  }
}

定义

名称 说明
CloudError

容器服务的错误响应。

CloudErrorBody

容器服务的错误响应。

CompatibleVersions

与服务网格修订兼容的产品/服务的版本信息。

createdByType

创建资源的标识的类型。

MeshUpgradeProfile

给定网格的升级配置文件。

MeshUpgradeProfileProperties

major.minor 版本的网格升级配置文件属性。

systemData

与创建和上次修改资源相关的元数据。

CloudError

容器服务的错误响应。

名称 类型 说明
error

CloudErrorBody

有关错误的详细信息。

CloudErrorBody

容器服务的错误响应。

名称 类型 说明
code

string

错误的标识符。 代码是固定的,旨在以编程方式使用。

details

CloudErrorBody[]

有关错误的其他详细信息的列表。

message

string

描述错误的消息,旨在适合在用户界面中显示。

target

string

特定错误的目标。 例如,错误属性的名称。

CompatibleVersions

与服务网格修订兼容的产品/服务的版本信息。

名称 类型 说明
name

string

产品/服务名称。

versions

string[]

与服务网格加载项修订版兼容的产品/服务版本。

createdByType

创建资源的标识的类型。

名称 类型 说明
Application

string

Key

string

ManagedIdentity

string

User

string

MeshUpgradeProfile

给定网格的升级配置文件。

名称 类型 说明
id

string

资源的完全限定资源 ID。 例如“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}”

name

string

资源的名称

properties

MeshUpgradeProfileProperties

major.minor 版本的网格升级配置文件属性。

systemData

systemData

包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。

type

string

资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”

MeshUpgradeProfileProperties

major.minor 版本的网格升级配置文件属性。

名称 类型 说明
compatibleWith

CompatibleVersions[]

此修订服务网格的项列表及其关联的版本兼容。

revision

string

网格版本的修订。

upgrades

string[]

可用于升级特定网格修订的修订列表

systemData

与创建和上次修改资源相关的元数据。

名称 类型 说明
createdAt

string

资源创建时间戳(UTC)。

createdBy

string

创建资源的标识。

createdByType

createdByType

创建资源的标识的类型。

lastModifiedAt

string

上次修改的资源时间戳(UTC)

lastModifiedBy

string

上次修改资源的标识。

lastModifiedByType

createdByType

上次修改资源的标识的类型。