IResourceNameAvailability.Reason Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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