QuotaProperties 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.
Quota properties for the resource.
public class QuotaProperties
type QuotaProperties = class
Public Class QuotaProperties
- Inheritance
-
QuotaProperties
Constructors
QuotaProperties() |
Initializes a new instance of the QuotaProperties class. |
QuotaProperties(Nullable<Int32>, Nullable<Int32>, String, ResourceName, Object, String, Object) |
Initializes a new instance of the QuotaProperties class. |
Properties
CurrentValue |
Gets current usage value for the resource. |
Limit |
Gets or sets quota properties. |
Name |
Gets or sets name of the resource provide by the resource provider. Use this property for quotaRequests resource operations. |
Properties |
Gets or sets additional properties for the specified resource provider. |
QuotaPeriod |
Gets the time period over which the quota usage values are summarized. For example, P1D (per one day), PT1M (per one minute), and PT1S (per one second). This parameter is optional because, for some resources such as compute, the time period is irrelevant. |
ResourceType |
Gets or sets the name of the resource type. |
Unit |
Gets or sets The limit units, such as count and bytes. Use the unit field provided in the response of the GET quota operation. |
Applies to
Azure SDK for .NET