Share via


IQuotaProperties.Unit Property

Definition

The quota units, such as Count and Bytes. When requesting quota, use the unit value returned in the GET response in the request body of your PUT operation.

[Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Info(Create=false, Description=" The quota units, such as Count and Bytes. When requesting quota, use the **unit** value returned in the GET response in the request body of your PUT operation.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="unit", Update=false)]
public string Unit { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Info(Create=false, Description=" The quota units, such as Count and Bytes. When requesting quota, use the **unit** value returned in the GET response in the request body of your PUT operation.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="unit", Update=false)>]
member this.Unit : string
Public ReadOnly Property Unit As String

Property Value

Attributes

Applies to