PublicIPPrefix.PublicIPAddresses Property

Definition

Gets the list of all referenced PublicIPAddresses.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.publicIPAddresses")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ReferencedPublicIpAddress> PublicIPAddresses { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.publicIPAddresses")>]
member this.PublicIPAddresses : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ReferencedPublicIpAddress>
Public ReadOnly Property PublicIPAddresses As IList(Of ReferencedPublicIpAddress)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to