Share via


MobileAttachedDataNetworkData Constructor

Definition

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