IPacketCoreControlPlane.CoreNetworkTechnology Property
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.
The core network technology generation (5G core or EPC / 4G core).
[Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(Description="The core network technology generation (5G core or EPC / 4G core).", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.CoreNetworkType) }, ReadOnly=false, Required=false, SerializedName="coreNetworkTechnology")]
public Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.CoreNetworkType? CoreNetworkTechnology { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(Description="The core network technology generation (5G core or EPC / 4G core).", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.CoreNetworkType) }, ReadOnly=false, Required=false, SerializedName="coreNetworkTechnology")>]
member this.CoreNetworkTechnology : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.CoreNetworkType> with get, set
Public Property CoreNetworkTechnology As Nullable(Of CoreNetworkType)
Property Value
- Attributes