ResourceNameAvailabilityInner.NameAvailable Property

Definition

Gets or sets <code>true</code> indicates name is valid and available. <code>false</code> indicates the name is invalid, unavailable, or both.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to