Share via


PacketCoreDataPlaneData Constructor

Definition

Initializes a new instance of PacketCoreDataPlaneData.

public PacketCoreDataPlaneData (Azure.Core.AzureLocation location, Azure.ResourceManager.MobileNetwork.Models.MobileNetworkInterfaceProperties userPlaneAccessInterface);
new Azure.ResourceManager.MobileNetwork.PacketCoreDataPlaneData : Azure.Core.AzureLocation * Azure.ResourceManager.MobileNetwork.Models.MobileNetworkInterfaceProperties -> Azure.ResourceManager.MobileNetwork.PacketCoreDataPlaneData
Public Sub New (location As AzureLocation, userPlaneAccessInterface As MobileNetworkInterfaceProperties)

Parameters

location
AzureLocation

The location.

userPlaneAccessInterface
MobileNetworkInterfaceProperties

The user plane interface on the access network. For 5G networks, this is the N3 interface. For 4G networks, this is the S1-U interface.

Exceptions

userPlaneAccessInterface is null.

Applies to