ContainerizedNetworkFunctionDefinitionVersion.NetworkFunctionTemplate Property

Definition

Containerized network function template. Please note ContainerizedNetworkFunctionTemplate 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 AzureArcKubernetesNetworkFunctionTemplate.

public Azure.ResourceManager.HybridNetwork.Models.ContainerizedNetworkFunctionTemplate NetworkFunctionTemplate { get; set; }
member this.NetworkFunctionTemplate : Azure.ResourceManager.HybridNetwork.Models.ContainerizedNetworkFunctionTemplate with get, set
Public Property NetworkFunctionTemplate As ContainerizedNetworkFunctionTemplate

Property Value

Applies to