Interface ProductList


public interface ProductList
An immutable client-side representation of ProductList.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.azurestack.fluent.models.ProductListInner object.
    Gets the nextLink property: URI to the next page.
    Gets the value property: List of products.
  • Method Details

    • nextLink

      String nextLink()
      Gets the nextLink property: URI to the next page.
      Returns:
      the nextLink value.
    • value

      List<Product> value()
      Gets the value property: List of products.
      Returns:
      the value value.
    • innerModel

      ProductListInner innerModel()
      Gets the inner com.azure.resourcemanager.azurestack.fluent.models.ProductListInner object.
      Returns:
      the inner object.