Interface ServerUsage


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

      • name

        String name()
        Gets the name property: Name of the server 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 metric display name.
        Returns:
        the displayName value.
      • currentValue

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

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

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

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

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