AzureArcKubernetesHelmApplication Class

Definition

Azure arc kubernetes helm application configurations.

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

Constructors

Name Description
AzureArcKubernetesHelmApplication()

Initializes a new instance of AzureArcKubernetesHelmApplication.

Properties

Name Description
ArtifactProfile

Azure arc kubernetes artifact profile.

DependsOnProfile

Depends on profile definition.

(Inherited from NetworkFunctionApplication)
DeployParametersMappingRuleProfile

Deploy mapping rule profile.

Name

The name of the network function application.

(Inherited from NetworkFunctionApplication)

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<AzureArcKubernetesHelmApplication>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<AzureArcKubernetesNetworkFunctionApplication>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from AzureArcKubernetesNetworkFunctionApplication)
IJsonModel<AzureArcKubernetesNetworkFunctionApplication>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from AzureArcKubernetesNetworkFunctionApplication)
IJsonModel<NetworkFunctionApplication>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from NetworkFunctionApplication)
IJsonModel<NetworkFunctionApplication>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkFunctionApplication)
IPersistableModel<AzureArcKubernetesHelmApplication>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureArcKubernetesHelmApplication>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureArcKubernetesHelmApplication>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<AzureArcKubernetesNetworkFunctionApplication>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from AzureArcKubernetesNetworkFunctionApplication)
IPersistableModel<AzureArcKubernetesNetworkFunctionApplication>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from AzureArcKubernetesNetworkFunctionApplication)
IPersistableModel<AzureArcKubernetesNetworkFunctionApplication>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from AzureArcKubernetesNetworkFunctionApplication)
IPersistableModel<NetworkFunctionApplication>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkFunctionApplication)
IPersistableModel<NetworkFunctionApplication>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from NetworkFunctionApplication)
IPersistableModel<NetworkFunctionApplication>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkFunctionApplication)

Applies to