HelmReleaseProperties Class

Definition

Properties for HelmRelease objects.

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

Properties

Name Description
FailureCount

Total number of times that the HelmRelease failed to install or upgrade.

HelmChartRef

The reference to the HelmChart object used as the source to this HelmRelease.

InstallFailureCount

Number of times that the HelmRelease failed to install.

LastRevisionApplied

The revision number of the last released object change.

UpgradeFailureCount

Number of times that the HelmRelease failed to upgrade.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<HelmReleaseProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HelmReleaseProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HelmReleaseProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HelmReleaseProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to