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
Properties
CurrentValue |
The current value of the quota. If null or missing, the current value cannot be determined in the context of the request. |
Id |
The resource ID of the quota object. |
Limit |
The maximum value of the quota. If null or missing, the quota has no maximum, in which case it merely tracks usage. |
Name |
The name of the quota. |
Unit |
The unit for the quota, such as Count, Bytes, BytesPerSecond, etc. |
Applies to
Azure SDK for .NET