Managed Clusters - Get Mesh Revision Profile
取得指定位置中指定網格的網格修訂配置檔。
包含修訂的額外元數據,包括支援的修訂、叢集相容性和可用的升級
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/meshRevisionProfiles/{mode}?api-version=2024-09-01
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
location
|
path | True |
string |
Azure 區域的名稱。 |
mode
|
path | True |
string |
網格的模式。 Regex 模式: |
subscription
|
path | True |
string uuid |
目標訂用帳戶的標識碼。 此值必須是 UUID。 |
api-version
|
query | True |
string |
要用於這項作業的 API 版本。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
還行 |
|
Other Status Codes |
描述作業失敗原因的錯誤回應。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
名稱 | Description |
---|---|
user_impersonation | 模擬您的用戶帳戶 |
範例
Get a mesh revision profile for a mesh mode
範例要求
GET https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/location1/meshRevisionProfiles/istio?api-version=2024-09-01
範例回覆
{
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/location1/meshRevisionProfiles/istio",
"type": "Microsoft.ContainerService/locations/meshRevisionProfiles",
"name": "istio",
"properties": {
"meshRevisions": [
{
"revision": "asm-1-17",
"upgrades": [
"asm-1-18"
],
"compatibleWith": [
{
"name": "kubernetes",
"versions": [
"1.23",
"1.24",
"1.25",
"1.26"
]
}
]
},
{
"revision": "asm-1-18",
"upgrades": [],
"compatibleWith": [
{
"name": "kubernetes",
"versions": [
"1.24",
"1.25",
"1.26",
"1.27"
]
}
]
}
]
}
}
定義
名稱 | Description |
---|---|
Cloud |
來自容器服務的錯誤回應。 |
Cloud |
來自容器服務的錯誤回應。 |
Compatible |
與服務網格修訂相容的產品/服務版本資訊。 |
created |
建立資源的身分識別類型。 |
Mesh |
保留指定 major.minor mesh 版本的升級和相容性相關信息。 |
Mesh |
網格的網格修訂配置檔。 |
Mesh |
網格修訂配置檔屬性 |
system |
與建立和上次修改資源相關的元數據。 |
CloudError
來自容器服務的錯誤回應。
名稱 | 類型 | Description |
---|---|---|
error |
錯誤的詳細數據。 |
CloudErrorBody
來自容器服務的錯誤回應。
名稱 | 類型 | Description |
---|---|---|
code |
string |
錯誤的識別碼。 程序代碼是不變的,而且是要以程序設計方式取用。 |
details |
錯誤的其他詳細數據清單。 |
|
message |
string |
描述錯誤的訊息,適用於在使用者介面中顯示。 |
target |
string |
特定錯誤的目標。 例如,錯誤中的屬性名稱。 |
CompatibleVersions
與服務網格修訂相容的產品/服務版本資訊。
名稱 | 類型 | Description |
---|---|---|
name |
string |
產品/服務名稱。 |
versions |
string[] |
與服務網格附加元件修訂相容的產品/服務版本。 |
createdByType
建立資源的身分識別類型。
名稱 | 類型 | Description |
---|---|---|
Application |
string |
|
Key |
string |
|
ManagedIdentity |
string |
|
User |
string |
MeshRevision
保留指定 major.minor mesh 版本的升級和相容性相關信息。
名稱 | 類型 | Description |
---|---|---|
compatibleWith |
此服務網格修訂的專案清單與其相關聯的版本相容。 |
|
revision |
string |
網格版本的修訂。 |
upgrades |
string[] |
可升級特定網格修訂的修訂清單 |
MeshRevisionProfile
網格的網格修訂配置檔。
名稱 | 類型 | Description |
---|---|---|
id |
string |
資源的完整資源標識碼。 例如 “/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}” |
name |
string |
資源的名稱 |
properties |
網格修訂配置檔屬性 |
|
systemData |
包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。 |
|
type |
string |
資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” |
MeshRevisionProfileProperties
網格修訂配置檔屬性
名稱 | 類型 | Description |
---|---|---|
meshRevisions |
保留指定 major.minor mesh 版本的升級和相容性相關信息。 |
systemData
與建立和上次修改資源相關的元數據。
名稱 | 類型 | Description |
---|---|---|
createdAt |
string |
資源建立的時間戳(UTC)。 |
createdBy |
string |
建立資源的身分識別。 |
createdByType |
建立資源的身分識別類型。 |
|
lastModifiedAt |
string |
上次修改的資源時間戳 (UTC) |
lastModifiedBy |
string |
上次修改資源的身分識別。 |
lastModifiedByType |
上次修改資源的身分識別類型。 |