CheckNameAvailabilityResponse.Reason Property

Definition

Gets the reason code explaining why the name is unavailable. Will be undefined if the name is available. Possible values include: 'Invalid', 'AlreadyExists'

[Newtonsoft.Json.JsonProperty(PropertyName="reason")]
public Microsoft.Azure.Management.Sql.Models.CheckNameAvailabilityReason? Reason { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="reason")>]
member this.Reason : Nullable<Microsoft.Azure.Management.Sql.Models.CheckNameAvailabilityReason>
Public ReadOnly Property Reason As Nullable(Of CheckNameAvailabilityReason)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to