CheckNameAvailabilityOutputInner.Reason Property

Definition

Gets the reason why the name is not available. 'Invalid' indicates the name provided does not match the naming requirements (incorrect length, unsupported characters, etc.). 'AlreadyExists' indicates that the name is already in use and is therefore unavailable. Possible values include: 'Invalid', 'AlreadyExists'

[Newtonsoft.Json.JsonProperty(PropertyName="reason")]
public string Reason { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="reason")>]
member this.Reason : string
Public ReadOnly Property Reason As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to