Class SqlPoolUsageListResult


  • public final class SqlPoolUsageListResult
    extends Object
    The response to a list Sql pool usages request.
    • Constructor Detail

      • SqlPoolUsageListResult

        public SqlPoolUsageListResult()
    • Method Detail

      • value

        public List<SqlPoolUsageInner> value()
        Get the value property: The list of usages for the Sql pool.
        Returns:
        the value value.
      • withValue

        public SqlPoolUsageListResult withValue​(List<SqlPoolUsageInner> value)
        Set the value property: The list of usages for the Sql pool.
        Parameters:
        value - the value value to set.
        Returns:
        the SqlPoolUsageListResult object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: Link to retrieve next page of results.
        Returns:
        the nextLink value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.