ResourceNameAvailability.NameAvailable Property

Definition

true indicates name is valid and available. false indicates the name is invalid, unavailable, or both.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)]
public bool? NameAvailable { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)>]
member this.NameAvailable : Nullable<bool> with get, set
Public Property NameAvailable As Nullable(Of Boolean)

Property Value

Implements

Attributes

Applies to