MeshRevision Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Holds information on upgrades and compatibility for given major.minor mesh release.
public class MeshRevision
type MeshRevision = class
Public Class MeshRevision
- Inheritance
-
MeshRevision
- Derived
Constructors
| Name | Description |
|---|---|
| MeshRevision() |
Initializes a new instance of the MeshRevision class. |
| MeshRevision(String, IList<String>, IList<CompatibleVersions>) |
Initializes a new instance of the MeshRevision class. |
Properties
| Name | Description |
|---|---|
| CompatibleWith |
Gets or sets list of items this revision of service mesh is compatible with, and their associated versions. |
| Revision |
Gets or sets the revision of the mesh release. |
| Upgrades |
Gets or sets list of revisions available for upgrade of a specific mesh revision |