Share via


ResourceNameAvailabilityInner.Reason Property

Definition

Gets or sets <code>Invalid</code> indicates the name provided does not match Azure App Service naming requirements. <code>AlreadyExists</code> 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.AppService.Fluent.Models.InAvailabilityReasonType Reason { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="reason")>]
member this.Reason : Microsoft.Azure.Management.AppService.Fluent.Models.InAvailabilityReasonType with get, set
Public Property Reason As InAvailabilityReasonType

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to