ArmMobileNetworkModelFactory.MobileAttachedDataNetworkData Method

Definition

Initializes a new instance of MobileAttachedDataNetworkData.

public static Azure.ResourceManager.MobileNetwork.MobileAttachedDataNetworkData MobileAttachedDataNetworkData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.MobileNetwork.Models.MobileNetworkProvisioningState? provisioningState = default, Azure.ResourceManager.MobileNetwork.Models.MobileNetworkInterfaceProperties userPlaneDataInterface = default, System.Collections.Generic.IEnumerable<string> dnsAddresses = default, Azure.ResourceManager.MobileNetwork.Models.NaptConfiguration naptConfiguration = default, System.Collections.Generic.IEnumerable<string> userEquipmentAddressPoolPrefix = default, System.Collections.Generic.IEnumerable<string> userEquipmentStaticAddressPoolPrefix = default);
static member MobileAttachedDataNetworkData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Nullable<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkProvisioningState> * Azure.ResourceManager.MobileNetwork.Models.MobileNetworkInterfaceProperties * seq<string> * Azure.ResourceManager.MobileNetwork.Models.NaptConfiguration * seq<string> * seq<string> -> Azure.ResourceManager.MobileNetwork.MobileAttachedDataNetworkData
Public Shared Function MobileAttachedDataNetworkData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional provisioningState As Nullable(Of MobileNetworkProvisioningState) = Nothing, Optional userPlaneDataInterface As MobileNetworkInterfaceProperties = Nothing, Optional dnsAddresses As IEnumerable(Of String) = Nothing, Optional naptConfiguration As NaptConfiguration = Nothing, Optional userEquipmentAddressPoolPrefix As IEnumerable(Of String) = Nothing, Optional userEquipmentStaticAddressPoolPrefix As IEnumerable(Of String) = Nothing) As MobileAttachedDataNetworkData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

provisioningState
Nullable<MobileNetworkProvisioningState>

The provisioning state of the attached data network resource.

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.

naptConfiguration
NaptConfiguration

The network address and port translation (NAPT) configuration. If this is not specified, the attached data network will use a default NAPT configuration with NAPT enabled.

userEquipmentAddressPoolPrefix
IEnumerable<String>

The user equipment (UE) address pool prefixes for the attached data network from which the packet core instance will dynamically assign IP addresses to UEs. The packet core instance assigns an IP address to a UE when the UE sets up a PDU session. You must define at least one of userEquipmentAddressPoolPrefix and userEquipmentStaticAddressPoolPrefix. If you define both, they must be of the same size.

userEquipmentStaticAddressPoolPrefix
IEnumerable<String>

The user equipment (UE) address pool prefixes for the attached data network from which the packet core instance will assign static IP addresses to UEs. The packet core instance assigns an IP address to a UE when the UE sets up a PDU session. The static IP address for a specific UE is set in StaticIPConfiguration on the corresponding SIM resource. At least one of userEquipmentAddressPoolPrefix and userEquipmentStaticAddressPoolPrefix must be defined. If both are defined, they must be of the same size.

Returns

A new MobileAttachedDataNetworkData instance for mocking.

Applies to