IPAddressAvailabilityResultInner.Available Property

Definition

Gets or sets private IP address availability.

[Newtonsoft.Json.JsonProperty(PropertyName="available")]
public bool? Available { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="available")>]
member this.Available : Nullable<bool> with get, set
Public Property Available As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to