MeshUpgradeProfileProperties Class

Definition

Mesh upgrade profile properties for a major.minor release.

public class MeshUpgradeProfileProperties : Azure.ResourceManager.ContainerService.Models.MeshRevision, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.MeshUpgradeProfileProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.MeshUpgradeProfileProperties>
type MeshUpgradeProfileProperties = class
    inherit MeshRevision
    interface IJsonModel<MeshUpgradeProfileProperties>
    interface IPersistableModel<MeshUpgradeProfileProperties>
Public Class MeshUpgradeProfileProperties
Inherits MeshRevision
Implements IJsonModel(Of MeshUpgradeProfileProperties), IPersistableModel(Of MeshUpgradeProfileProperties)
Inheritance
MeshUpgradeProfileProperties
Implements

Constructors

MeshUpgradeProfileProperties()

Initializes a new instance of MeshUpgradeProfileProperties.

Properties

CompatibleWith

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

(Inherited from MeshRevision)
Revision

The revision of the mesh release.

(Inherited from MeshRevision)
Upgrades

List of revisions available for upgrade of a specific mesh revision.

(Inherited from MeshRevision)

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.

(Inherited from MeshRevision)
IJsonModel<MeshRevision>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MeshRevision)
IJsonModel<MeshUpgradeProfileProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MeshUpgradeProfileProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MeshRevision>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MeshRevision)
IPersistableModel<MeshRevision>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from MeshRevision)
IPersistableModel<MeshRevision>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MeshRevision)
IPersistableModel<MeshUpgradeProfileProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MeshUpgradeProfileProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MeshUpgradeProfileProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to