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