ContainerizedNetworkFunctionDefinitionVersion Class

Definition

Containerized network function network function definition version properties.

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

Constructors

Name Description
ContainerizedNetworkFunctionDefinitionVersion()

Initializes a new instance of ContainerizedNetworkFunctionDefinitionVersion.

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

Containerized network function template. Please note ContainerizedNetworkFunctionTemplate 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 AzureArcKubernetesNetworkFunctionTemplate.

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<ContainerizedNetworkFunctionDefinitionVersion>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerizedNetworkFunctionDefinitionVersion>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<ContainerizedNetworkFunctionDefinitionVersion>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerizedNetworkFunctionDefinitionVersion>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerizedNetworkFunctionDefinitionVersion>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

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)

Applies to