Class ResourceSkuListResult

java.lang.Object
com.azure.resourcemanager.storagepool.models.ResourceSkuListResult

public final class ResourceSkuListResult extends Object
List Disk Pool skus operation response.
  • Constructor Details

    • ResourceSkuListResult

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

    • value

      public List<ResourceSkuInfoInner> value()
      Get the value property: The list of StoragePool resource skus.
      Returns:
      the value value.
    • withValue

      public ResourceSkuListResult withValue(List<ResourceSkuInfoInner> value)
      Set the value property: The list of StoragePool resource skus.
      Parameters:
      value - the value value to set.
      Returns:
      the ResourceSkuListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: URI to fetch the next section of the paginated response.
      Returns:
      the nextLink value.
    • withNextLink

      public ResourceSkuListResult withNextLink(String nextLink)
      Set the nextLink property: URI to fetch the next section of the paginated response.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the ResourceSkuListResult object itself.
    • validate

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