Share via


IUsage.Unit Property

Definition

The unit details.

[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="The unit details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.UsageUnit) }, ReadOnly=false, Required=false, SerializedName="unit")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.UsageUnit? Unit { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="The unit details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.UsageUnit) }, ReadOnly=false, Required=false, SerializedName="unit")>]
member this.Unit : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.UsageUnit> with get, set
Public Property Unit As Nullable(Of UsageUnit)

Property Value

Attributes

Applies to