AzureOperatorNexusNetworkFunctionTemplate.NetworkFunctionApplications Property

Definition

Network function applications. Please note AzureOperatorNexusNetworkFunctionApplication 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 AzureOperatorNexusNetworkFunctionArmTemplateApplication and AzureOperatorNexusNetworkFunctionImageApplication.

public System.Collections.Generic.IList<Azure.ResourceManager.HybridNetwork.Models.AzureOperatorNexusNetworkFunctionApplication> NetworkFunctionApplications { get; }
member this.NetworkFunctionApplications : System.Collections.Generic.IList<Azure.ResourceManager.HybridNetwork.Models.AzureOperatorNexusNetworkFunctionApplication>
Public ReadOnly Property NetworkFunctionApplications As IList(Of AzureOperatorNexusNetworkFunctionApplication)

Property Value

Applies to