IstioServiceMesh Class

Definition

Istio service mesh configuration.

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

Constructors

IstioServiceMesh()

Initializes a new instance of IstioServiceMesh.

Properties

CertificateAuthorityPlugin

Plugin certificates information for Service Mesh.

Components

Istio components configuration.

Revisions

The list of revisions of the Istio control plane. When an upgrade is not in progress, this holds one value. When canary upgrade is in progress, this can only hold two consecutive values. For more information, see: https://learn.microsoft.com/en-us/azure/aks/istio-upgrade.

Explicit Interface Implementations

IJsonModel<IstioServiceMesh>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IstioServiceMesh>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IstioServiceMesh>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IstioServiceMesh>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IstioServiceMesh>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to