IpamPoolPrefixAllocation.AllocatedAddressPrefixes Property
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.
List of assigned IP address prefixes in the IpamPool of the associated resource.
public Azure.Provisioning.BicepList<string> AllocatedAddressPrefixes { get; }
member this.AllocatedAddressPrefixes : Azure.Provisioning.BicepList<string>
Public ReadOnly Property AllocatedAddressPrefixes As BicepList(Of String)