ResourceNameAvailabilityRequest.IsFqdn Property

Definition

Gets or sets is fully qualified domain name.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to