Share via


PublicIPAddressInner.IpAddress Property

Definition

Gets or sets the IP address associated with the public IP address resource.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.ipAddress")]
public string IpAddress { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.ipAddress")>]
member this.IpAddress : string with get, set
Public Property IpAddress As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to