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

MeshUpgradeProfileProperties interface

Mesh upgrade profile properties for a major.minor release.

Extends

Inherited Properties

compatibleWith

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

Inherited Property Details

compatibleWith

List of items this revision of service mesh is compatible with, and their associated versions.

compatibleWith?: CompatibleVersions[]

Property Value

Inherited From MeshRevision.compatibleWith

revision

The revision of the mesh release.

revision?: string

Property Value

string

Inherited From MeshRevision.revision

upgrades

List of revisions available for upgrade of a specific mesh revision

upgrades?: string[]

Property Value

string[]

Inherited From MeshRevision.upgrades