Quota Class
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.
Describes a quota for or usage details about a resource
public class Quota
type Quota = class
Public Class Quota
- Inheritance
-
Quota
Constructors
Quota() |
Initializes a new instance of the Quota class. |
Quota(Nullable<Double>, String, Nullable<Double>, QuotaName, String) |
Initializes a new instance of the Quota class. |
Properties
CurrentValue |
Gets or sets the current value of the quota. If null or missing, the current value cannot be determined in the context of the request. |
Id |
Gets or sets the resource ID of the quota object |
Limit |
Gets or sets the maximum value of the quota. If null or missing, the quota has no maximum, in which case it merely tracks usage. |
Name |
Gets or sets the name of the quota |
Unit |
Gets or sets the unit for the quota, such as Count, Bytes, BytesPerSecond, etc. |