MobileAttachedDataNetworkData 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 MobileAttachedDataNetworkData.
public MobileAttachedDataNetworkData (Azure.Core.AzureLocation location, Azure.ResourceManager.MobileNetwork.Models.MobileNetworkInterfaceProperties userPlaneDataInterface, System.Collections.Generic.IEnumerable<string> dnsAddresses);
new Azure.ResourceManager.MobileNetwork.MobileAttachedDataNetworkData : Azure.Core.AzureLocation * Azure.ResourceManager.MobileNetwork.Models.MobileNetworkInterfaceProperties * seq<string> -> Azure.ResourceManager.MobileNetwork.MobileAttachedDataNetworkData
Public Sub New (location As AzureLocation, userPlaneDataInterface As MobileNetworkInterfaceProperties, dnsAddresses As IEnumerable(Of String))
Parameters
- location
- AzureLocation
The location.
- userPlaneDataInterface
- MobileNetworkInterfaceProperties
The user plane interface on the data network. For 5G networks, this is the N6 interface. For 4G networks, this is the SGi interface.
- dnsAddresses
- IEnumerable<String>
The DNS servers to signal to UEs to use for this attached data network. This configuration is mandatory - if you don't want DNS servers, you must provide an empty array.
Exceptions
userPlaneDataInterface
or dnsAddresses
is null.
Applies to
Azure SDK for .NET