Freigeben über


ICheckNameAvailabilityResponse.Reason Property

Definition

The reason why the given name is not available.

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

Property Value

Attributes

Applies to