AzureOperatorNexusNetworkFunctionTemplate Class

Definition

Azure Operator Distributed Services network function template.

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

Constructors

Name Description
AzureOperatorNexusNetworkFunctionTemplate()

Initializes a new instance of AzureOperatorNexusNetworkFunctionTemplate.

Properties

Name Description
NetworkFunctionApplications

Network function applications. Please note AzureOperatorNexusNetworkFunctionApplication 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 AzureOperatorNexusNetworkFunctionArmTemplateApplication and AzureOperatorNexusNetworkFunctionImageApplication.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<AzureOperatorNexusNetworkFunctionTemplate>.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<AzureOperatorNexusNetworkFunctionTemplate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureOperatorNexusNetworkFunctionTemplate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureOperatorNexusNetworkFunctionTemplate>.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