Share via


NatGateway.PublicIpAddresses Property

Definition

Gets or sets an array of public ip addresses associated with the nat gateway resource.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.publicIpAddresses")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> PublicIpAddresses { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.publicIpAddresses")>]
member this.PublicIpAddresses : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> with get, set
Public Property PublicIpAddresses As IList(Of SubResource)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to