Interface QuotaCounterContract
public interface QuotaCounterContract
An immutable client-side representation of QuotaCounterContract.
-
Method Summary
Modifier and TypeMethodDescriptionGets the counterKey property: The Key value of the Counter.Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.QuotaCounterContractInner object.Gets the periodEndTime property: The date of the end of Counter Period.Gets the periodKey property: Identifier of the Period for which the counter was collected.Gets the periodStartTime property: The date of the start of Counter Period.value()Gets the value property: Quota Value Properties.
-
Method Details
-
counterKey
String counterKey()Gets the counterKey property: The Key value of the Counter. Must not be empty.- Returns:
- the counterKey value.
-
periodKey
String periodKey()Gets the periodKey property: Identifier of the Period for which the counter was collected. Must not be empty.- Returns:
- the periodKey value.
-
periodStartTime
OffsetDateTime periodStartTime()Gets the periodStartTime property: The date of the start of Counter Period. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.- Returns:
- the periodStartTime value.
-
periodEndTime
OffsetDateTime periodEndTime()Gets the periodEndTime property: The date of the end of Counter Period. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.- Returns:
- the periodEndTime value.
-
value
Gets the value property: Quota Value Properties.- Returns:
- the value value.
-
innerModel
QuotaCounterContractInner innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.QuotaCounterContractInner object.- Returns:
- the inner object.
-