Class ServerUsageListResult

java.lang.Object
com.azure.resourcemanager.synapse.models.ServerUsageListResult

public final class ServerUsageListResult extends Object
Represents the response to a list server metrics request.
  • Constructor Details

    • ServerUsageListResult

      public ServerUsageListResult()
      Creates an instance of ServerUsageListResult class.
  • Method Details

    • value

      public List<ServerUsageInner> value()
      Get the value property: The list of server metrics for the server.
      Returns:
      the value value.
    • withValue

      public ServerUsageListResult withValue(List<ServerUsageInner> value)
      Set the value property: The list of server metrics for the server.
      Parameters:
      value - the value value to set.
      Returns:
      the ServerUsageListResult 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.