Interface SqlPoolUsage


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

      • name

        String name()
        Gets the name property: The name of the usage metric.
        Returns:
        the name value.
      • resourceName

        String resourceName()
        Gets the resourceName property: The name of the resource.
        Returns:
        the resourceName value.
      • displayName

        String displayName()
        Gets the displayName property: The usage metric display name.
        Returns:
        the displayName value.
      • currentValue

        Double currentValue()
        Gets the currentValue property: The current value of the usage metric.
        Returns:
        the currentValue value.
      • limit

        Double limit()
        Gets the limit property: The current limit of the usage metric.
        Returns:
        the limit value.
      • unit

        String unit()
        Gets the unit property: The units of the usage metric.
        Returns:
        the unit value.
      • nextResetTime

        OffsetDateTime nextResetTime()
        Gets the nextResetTime property: The next reset time for the usage metric (ISO8601 format).
        Returns:
        the nextResetTime value.
      • innerModel

        SqlPoolUsageInner innerModel()
        Gets the inner com.azure.resourcemanager.synapse.fluent.models.SqlPoolUsageInner object.
        Returns:
        the inner object.