Class SupportedSkusResult

java.lang.Object
com.azure.resourcemanager.batch.models.SupportedSkusResult

public final class SupportedSkusResult extends Object
The Batch List supported SKUs operation response.
  • Constructor Details

    • SupportedSkusResult

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

    • value

      public List<SupportedSkuInner> value()
      Get the value property: The list of SKUs available for the Batch service in the location.
      Returns:
      the value value.
    • withValue

      public SupportedSkusResult withValue(List<SupportedSkuInner> value)
      Set the value property: The list of SKUs available for the Batch service in the location.
      Parameters:
      value - the value value to set.
      Returns:
      the SupportedSkusResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URL to use for getting the next set of results.
      Returns:
      the nextLink value.
    • validate

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