Interface QuotaCounterContract


  • public interface QuotaCounterContract
    An immutable client-side representation of QuotaCounterContract.
    • Method Detail

      • 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.
      • innerModel

        QuotaCounterContractInner innerModel()
        Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.QuotaCounterContractInner object.
        Returns:
        the inner object.