HelmMappingRuleProfileConfig Class

Definition

The helm deployment options.

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

Constructors

Name Description
HelmMappingRuleProfileConfig()

Initializes a new instance of HelmMappingRuleProfileConfig.

Properties

Name Description
InstallOptions

The helm deployment install options.

UpgradeOptions

The helm deployment upgrade options.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<HelmMappingRuleProfileConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HelmMappingRuleProfileConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HelmMappingRuleProfileConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HelmMappingRuleProfileConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to