PacketCoreDataPlaneData Constructor
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.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET