QuotaCounterContract 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 counter details.
public class QuotaCounterContract
type QuotaCounterContract = class
Public Class QuotaCounterContract
- Inheritance
-
QuotaCounterContract
Constructors
QuotaCounterContract() |
Initializes a new instance of the QuotaCounterContract class. |
QuotaCounterContract(String, String, DateTime, DateTime, QuotaCounterValueContractProperties) |
Initializes a new instance of the QuotaCounterContract class. |
Properties
CounterKey |
Gets or sets the Key value of the Counter. Must not be empty. |
PeriodEndTime |
Gets or sets the date of the end of Counter Period. The date
conforms to the following format: |
PeriodKey |
Gets or sets identifier of the Period for which the counter was collected. Must not be empty. |
PeriodStartTime |
Gets or sets the date of the start of Counter Period. The date
conforms to the following format: |
Value |
Gets or sets quota Value Properties |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET