public interface Quota
An immutable client-side representation of Quota.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the currentValue property: The current value of the quota.
    id()
    Gets the id property: The resource ID of the quota object.
    Gets the inner com.azure.resourcemanager.datamigration.fluent.models.QuotaInner object.
    Gets the limit property: The maximum value of the quota.
    Gets the name property: The name of the quota.
    Gets the unit property: The unit for the quota, such as Count, Bytes, BytesPerSecond, etc.
  • Method Details

    • currentValue

      Double currentValue()
      Gets the currentValue property: The current value of the quota. If null or missing, the current value cannot be determined in the context of the request.
      Returns:
      the currentValue value.
    • id

      String id()
      Gets the id property: The resource ID of the quota object.
      Returns:
      the id value.
    • limit

      Double limit()
      Gets the limit property: The maximum value of the quota. If null or missing, the quota has no maximum, in which case it merely tracks usage.
      Returns:
      the limit value.
    • name

      QuotaName name()
      Gets the name property: The name of the quota.
      Returns:
      the name value.
    • unit

      String unit()
      Gets the unit property: The unit for the quota, such as Count, Bytes, BytesPerSecond, etc.
      Returns:
      the unit value.
    • innerModel

      QuotaInner innerModel()
      Gets the inner com.azure.resourcemanager.datamigration.fluent.models.QuotaInner object.
      Returns:
      the inner object.