Freigeben über


ICheckNameAvailabilityResult.Reason Property

Definition

The reason the name is not available.

[Microsoft.Azure.PowerShell.Cmdlets.Purview.Runtime.Info(Description="The reason the name is not available.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Support.Reason) }, ReadOnly=false, Required=false, SerializedName="reason")]
public Microsoft.Azure.PowerShell.Cmdlets.Purview.Support.Reason? Reason { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Purview.Runtime.Info(Description="The reason the name is not available.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Support.Reason) }, ReadOnly=false, Required=false, SerializedName="reason")>]
member this.Reason : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Purview.Support.Reason> with get, set
Public Property Reason As Nullable(Of Reason)

Property Value

Attributes

Applies to