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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET