你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PacketCoreDataPlaneData 构造函数

定义

初始化 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)

参数

location
AzureLocation

位置。

userPlaneAccessInterface
MobileNetworkInterfaceProperties

访问网络上的用户平面接口。 对于 5G 网络,这是 N3 接口。 对于 4G 网络,这是 S1-U 接口。

例外

userPlaneAccessInterface 为 null。

适用于