AzureCoreNetworkFunctionApplication Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Azure virtual network function application definition. Please note AzureCoreNetworkFunctionApplication 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 AzureCoreNetworkFunctionArmTemplateApplication and AzureCoreNetworkFunctionVhdApplication.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.HybridNetwork.Models.UnknownAzureCoreNetworkFunctionApplication))]
public abstract class AzureCoreNetworkFunctionApplication : Azure.ResourceManager.HybridNetwork.Models.NetworkFunctionApplication, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridNetwork.Models.AzureCoreNetworkFunctionApplication>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridNetwork.Models.AzureCoreNetworkFunctionApplication>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.HybridNetwork.Models.UnknownAzureCoreNetworkFunctionApplication))>]
type AzureCoreNetworkFunctionApplication = class
inherit NetworkFunctionApplication
interface IJsonModel<AzureCoreNetworkFunctionApplication>
interface IPersistableModel<AzureCoreNetworkFunctionApplication>
Public MustInherit Class AzureCoreNetworkFunctionApplication
Inherits NetworkFunctionApplication
Implements IJsonModel(Of AzureCoreNetworkFunctionApplication), IPersistableModel(Of AzureCoreNetworkFunctionApplication)
- Inheritance
- Derived
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AzureCoreNetworkFunctionApplication() |
Initializes a new instance of AzureCoreNetworkFunctionApplication. |
Properties
| Name | Description |
|---|---|
| DependsOnProfile |
Depends on profile definition. (Inherited from NetworkFunctionApplication) |
| Name |
The name of the network function application. (Inherited from NetworkFunctionApplication) |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |