HelmUpgradeConfig Class

Definition

The helm deployment install options.

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

Constructors

Name Description
HelmUpgradeConfig()

Initializes a new instance of HelmUpgradeConfig.

Properties

Name Description
Atomic

The helm deployment atomic options.

Timeout

The helm deployment timeout options.

Wait

The helm deployment wait options.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<HelmUpgradeConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HelmUpgradeConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HelmUpgradeConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HelmUpgradeConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to