你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PacketCoreDataPlaneData 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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。