Share via


CheckNameAvailabilityResult.Reason Property

Definition

Gets required if nameAvailable == false. Invalid indicates the name provided does not match the resource provider's 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 Microsoft.Azure.Management.ManagementGroups.Models.Reason? Reason { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="reason")>]
member this.Reason : Nullable<Microsoft.Azure.Management.ManagementGroups.Models.Reason>
Public ReadOnly Property Reason As Nullable(Of Reason)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to