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 : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.MeshRevision>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.MeshRevision>
type MeshRevision = class
interface IJsonModel<MeshRevision>
interface IPersistableModel<MeshRevision>
Public Class MeshRevision
Implements IJsonModel(Of MeshRevision), IPersistableModel(Of MeshRevision)
- Inheritance
-
MeshRevision
- Derived
- Implements
Constructors
MeshRevision() |
Initializes a new instance of MeshRevision. |
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. |
Explicit Interface Implementations
IJsonModel<MeshRevision>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MeshRevision>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MeshRevision>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MeshRevision>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MeshRevision>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET