IResourceSkuRestrictions.ReasonCode 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.
The reason for restriction.
[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.Info(Description="The reason for restriction.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ResourceSkuRestrictionsReasonCode) }, ReadOnly=true, Required=false, SerializedName="reasonCode")]
public Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ResourceSkuRestrictionsReasonCode? ReasonCode { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.Info(Description="The reason for restriction.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ResourceSkuRestrictionsReasonCode) }, ReadOnly=true, Required=false, SerializedName="reasonCode")>]
member this.ReasonCode : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.ResourceSkuRestrictionsReasonCode>
Public ReadOnly Property ReasonCode As Nullable(Of ResourceSkuRestrictionsReasonCode)
Property Value
- Attributes