VirtualNetworkFunctionDefinitionVersion Class

Definition

Virtual network function network function definition version properties.

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

Constructors

Name Description
VirtualNetworkFunctionDefinitionVersion()

Initializes a new instance of VirtualNetworkFunctionDefinitionVersion.

Properties

Name Description
DeployParameters

The deployment parameters of the network function definition version.

(Inherited from NetworkFunctionDefinitionVersionPropertiesFormat)
Description

The network function definition version description.

(Inherited from NetworkFunctionDefinitionVersionPropertiesFormat)
NetworkFunctionTemplate

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.

ProvisioningState

The provisioning state of the network function definition version resource.

(Inherited from NetworkFunctionDefinitionVersionPropertiesFormat)
VersionState

The network function definition version state.

(Inherited from NetworkFunctionDefinitionVersionPropertiesFormat)

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkFunctionDefinitionVersionPropertiesFormat)
IJsonModel<VirtualNetworkFunctionDefinitionVersion>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VirtualNetworkFunctionDefinitionVersion>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkFunctionDefinitionVersionPropertiesFormat>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from NetworkFunctionDefinitionVersionPropertiesFormat)
IPersistableModel<VirtualNetworkFunctionDefinitionVersion>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VirtualNetworkFunctionDefinitionVersion>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VirtualNetworkFunctionDefinitionVersion>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to