Udostępnij przez


MeshRevision Class

Definition

Holds information on upgrades and compatibility for given major.minor mesh release. Serialized Name: MeshRevision

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

Name Description
MeshRevision()

Initializes a new instance of MeshRevision.

Properties

Name Description
CompatibleWith

List of items this revision of service mesh is compatible with, and their associated versions. Serialized Name: MeshRevision.compatibleWith

Revision

The revision of the mesh release. Serialized Name: MeshRevision.revision

Upgrades

List of revisions available for upgrade of a specific mesh revision Serialized Name: MeshRevision.upgrades

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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