AzureOperatorNexusNetworkFunctionImageApplication Class

Definition

Azure Operator Distributed Services network function image application definition.

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

Constructors

Name Description
AzureOperatorNexusNetworkFunctionImageApplication()

Initializes a new instance of AzureOperatorNexusNetworkFunctionImageApplication.

Properties

Name Description
ArtifactProfile

Azure Operator Distributed Services image artifact profile.

DependsOnProfile

Depends on profile definition.

(Inherited from NetworkFunctionApplication)
DeployParametersMappingRuleProfile

Deploy mapping rule profile.

Name

The name of the network function application.

(Inherited from NetworkFunctionApplication)

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from AzureOperatorNexusNetworkFunctionApplication)
IJsonModel<AzureOperatorNexusNetworkFunctionImageApplication>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureOperatorNexusNetworkFunctionImageApplication>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<NetworkFunctionApplication>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkFunctionApplication)
IPersistableModel<AzureOperatorNexusNetworkFunctionApplication>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from AzureOperatorNexusNetworkFunctionApplication)
IPersistableModel<AzureOperatorNexusNetworkFunctionImageApplication>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureOperatorNexusNetworkFunctionImageApplication>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureOperatorNexusNetworkFunctionImageApplication>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<NetworkFunctionApplication>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from NetworkFunctionApplication)

Applies to