VirtualNetworkFunctionTemplate Class

Definition

Virtual network function template. Please note VirtualNetworkFunctionTemplate 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 AzureCoreNetworkFunctionTemplate and AzureOperatorNexusNetworkFunctionTemplate.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.HybridNetwork.Models.UnknownVirtualNetworkFunctionTemplate))]
public abstract class VirtualNetworkFunctionTemplate : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridNetwork.Models.VirtualNetworkFunctionTemplate>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridNetwork.Models.VirtualNetworkFunctionTemplate>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.HybridNetwork.Models.UnknownVirtualNetworkFunctionTemplate))>]
type VirtualNetworkFunctionTemplate = class
    interface IJsonModel<VirtualNetworkFunctionTemplate>
    interface IPersistableModel<VirtualNetworkFunctionTemplate>
Public MustInherit Class VirtualNetworkFunctionTemplate
Implements IJsonModel(Of VirtualNetworkFunctionTemplate), IPersistableModel(Of VirtualNetworkFunctionTemplate)
Inheritance
VirtualNetworkFunctionTemplate
Derived
Attributes
Implements

Constructors

Name Description
VirtualNetworkFunctionTemplate()

Initializes a new instance of VirtualNetworkFunctionTemplate.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<VirtualNetworkFunctionTemplate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VirtualNetworkFunctionTemplate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VirtualNetworkFunctionTemplate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VirtualNetworkFunctionTemplate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to