HelmArtifactProfile Class

Definition

Helm artifact profile.

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

Constructors

Name Description
HelmArtifactProfile()

Initializes a new instance of HelmArtifactProfile.

Properties

Name Description
HelmPackageName

Helm package name.

HelmPackageVersionRange

Helm package version range.

ImagePullSecretsValuesPaths

The image pull secrets values path list.

RegistryValuesPaths

The registry values path list.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<HelmArtifactProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HelmArtifactProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HelmArtifactProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HelmArtifactProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to