ResourceNameAvailability.Reason Property

Definition

Invalid indicates the name provided does not match Azure App Service naming requirements. AlreadyExists indicates that the name is already in use and is therefore unavailable.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InAvailabilityReasonType? Reason { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)>]
member this.Reason : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InAvailabilityReasonType> with get, set
Public Property Reason As Nullable(Of InAvailabilityReasonType)

Property Value

Implements

Attributes

Applies to