你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MeshRevision interface
Holds information on upgrades and compatibility for given major.minor mesh release.
Properties
compatible |
List of items this revision of service mesh is compatible with, and their associated versions. |
revision | The revision of the mesh release. |
upgrades | List of revisions available for upgrade of a specific mesh revision |
Property Details
compatibleWith
List of items this revision of service mesh is compatible with, and their associated versions.
compatibleWith?: CompatibleVersions[]
Property Value
revision
The revision of the mesh release.
revision?: string
Property Value
string
upgrades
List of revisions available for upgrade of a specific mesh revision
upgrades?: string[]
Property Value
string[]