IResourceNameAvailability.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.Runtime.Info(Description="<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.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InAvailabilityReasonType) }, ReadOnly=false, Required=false, SerializedName="reason")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InAvailabilityReasonType? Reason { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="<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.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InAvailabilityReasonType) }, ReadOnly=false, Required=false, SerializedName="reason")>]
member this.Reason : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.InAvailabilityReasonType> with get, set
Public Property Reason As Nullable(Of InAvailabilityReasonType)

Property Value

Attributes

Applies to