IResourceNameAvailabilityRequest.IsFqdn Property

Definition

Is fully qualified domain name.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Is fully qualified domain name.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isFqdn", Update=true)]
public bool? IsFqdn { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Is fully qualified domain name.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isFqdn", Update=true)>]
member this.IsFqdn : Nullable<bool> with get, set
Public Property IsFqdn As Nullable(Of Boolean)

Property Value

Attributes

Applies to