AzureCoreNetworkFunctionArmTemplateApplication Class

Definition

Azure core network function Template application definition.

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

Constructors

Name Description
AzureCoreNetworkFunctionArmTemplateApplication()

Initializes a new instance of AzureCoreNetworkFunctionArmTemplateApplication.

Properties

Name Description
ArtifactProfile

Azure template 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<AzureCoreNetworkFunctionApplication>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from AzureCoreNetworkFunctionApplication)
IJsonModel<AzureCoreNetworkFunctionArmTemplateApplication>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from AzureCoreNetworkFunctionApplication)
IPersistableModel<AzureCoreNetworkFunctionArmTemplateApplication>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureCoreNetworkFunctionArmTemplateApplication>.GetFormatFromOptions(ModelReaderWriterOptions)

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

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