Share via


AkriConnectorTemplateHelmConfigurationSettings Class

Definition

AkriConnectorTemplateHelmConfiguration properties.

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

Constructors

Name Description
AkriConnectorTemplateHelmConfigurationSettings(String, String, String)

Initializes a new instance of AkriConnectorTemplateHelmConfigurationSettings.

Properties

Name Description
AdvancedConfiguration

Advanced configuration for the Helm chart. Install, upgrade, and uninstall options for the helm chart such as atomic, wait, timeout, wait_for_jobs, and disable_hooks.

RegistrySettings

The registry settings for the helm chart to be used. Please note AkriConnectorTemplateHelmRegistrySettings is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AkriConnectorTemplateHelmContainerRegistry and AkriConnectorTemplateHelmRegistryEndpointRef.

ReleaseName

The release name of the Helm chart.

RepositoryName

The name of the repository.

Values

A map of values to pass to the helm chart.

Version

The version of the Helm chart.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<AkriConnectorTemplateHelmConfigurationSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AkriConnectorTemplateHelmConfigurationSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AkriConnectorTemplateHelmConfigurationSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AkriConnectorTemplateHelmConfigurationSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to