AzureCoreNetworkFunctionTemplate.NetworkFunctionApplications Property

Definition

Network function applications. 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.

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

Property Value

Applies to