AzureCoreNetworkFunctionTemplate Class

Definition

Azure virtual network function template.

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

Constructors

Name Description
AzureCoreNetworkFunctionTemplate()

Initializes a new instance of AzureCoreNetworkFunctionTemplate.

Properties

Name Description
NetworkFunctionApplications

Network function applications. Please note AzureCoreNetworkFunctionApplication 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 AzureCoreNetworkFunctionArmTemplateApplication and AzureCoreNetworkFunctionVhdApplication.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<AzureCoreNetworkFunctionTemplate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<VirtualNetworkFunctionTemplate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from VirtualNetworkFunctionTemplate)
IPersistableModel<AzureCoreNetworkFunctionTemplate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureCoreNetworkFunctionTemplate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureCoreNetworkFunctionTemplate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<VirtualNetworkFunctionTemplate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from VirtualNetworkFunctionTemplate)

Applies to