AzureArcKubernetesNetworkFunctionTemplate Class

Definition

Azure Arc kubernetes network function template.

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

Constructors

Name Description
AzureArcKubernetesNetworkFunctionTemplate()

Initializes a new instance of AzureArcKubernetesNetworkFunctionTemplate.

Properties

Name Description
NetworkFunctionApplications

Network function applications. Please note AzureArcKubernetesNetworkFunctionApplication 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 AzureArcKubernetesHelmApplication.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<AzureArcKubernetesNetworkFunctionTemplate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ContainerizedNetworkFunctionTemplate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ContainerizedNetworkFunctionTemplate)
IPersistableModel<AzureArcKubernetesNetworkFunctionTemplate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureArcKubernetesNetworkFunctionTemplate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureArcKubernetesNetworkFunctionTemplate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ContainerizedNetworkFunctionTemplate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ContainerizedNetworkFunctionTemplate)

Applies to