Share via


ResourceNameAvailability.Reason Property

Definition

<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.

public Azure.ResourceManager.AppService.Models.InAvailabilityReasonType? Reason { get; }
member this.Reason : Nullable<Azure.ResourceManager.AppService.Models.InAvailabilityReasonType>
Public ReadOnly Property Reason As Nullable(Of InAvailabilityReasonType)

Property Value

Applies to