HelmOperatorProperties Class

Definition

Properties for Helm operator.

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

Constructors

Name Description
HelmOperatorProperties()

Initializes a new instance of HelmOperatorProperties.

Properties

Name Description
ChartValues

Values override for the operator Helm chart.

ChartVersion

Version of the operator Helm chart.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<HelmOperatorProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HelmOperatorProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HelmOperatorProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HelmOperatorProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HelmOperatorProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to