Share via


IAttachedDataNetwork.UserEquipmentAddressPoolPrefix Property

Definition

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.

[Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(Description="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.\r\n        The packet core instance assigns an IP address to a UE when the UE sets up a PDU session.\r\n         You must define at least one of userEquipmentAddressPoolPrefix and userEquipmentStaticAddressPoolPrefix. If you define both, they must be of the same size.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="userEquipmentAddressPoolPrefix")]
public string[] UserEquipmentAddressPoolPrefix { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(Description="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.\r\n        The packet core instance assigns an IP address to a UE when the UE sets up a PDU session.\r\n         You must define at least one of userEquipmentAddressPoolPrefix and userEquipmentStaticAddressPoolPrefix. If you define both, they must be of the same size.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="userEquipmentAddressPoolPrefix")>]
member this.UserEquipmentAddressPoolPrefix : string[] with get, set
Public Property UserEquipmentAddressPoolPrefix As String()

Property Value

String[]
Attributes

Applies to