你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AttachedDataNetwork.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.DoNotFormat]
[Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Origin(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.PropertyOrigin.Inlined)]
public string[] UserEquipmentAddressPoolPrefix { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.DoNotFormat>]
[<Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Origin(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.PropertyOrigin.Inlined)>]
member this.UserEquipmentAddressPoolPrefix : string[] with get, set
Public Property UserEquipmentAddressPoolPrefix As String()

Property Value

String[]

Implements

Attributes

Applies to