ProductList Interface
public interface ProductList
An immutable client-side representation of ProductList.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Product |
innerModel()
Gets the inner com. |
| abstract String |
nextLink()
Gets the next |
| abstract List<Product> |
value()
Gets the value property: List of products. |
Method Details
innerModel
public abstract ProductListInner innerModel()
Gets the inner com.azure.resourcemanager.azurestack.fluent.models.ProductListInner object.
Returns:
nextLink
public abstract String nextLink()
Gets the nextLink property: URI to the next page.
Returns:
value
public abstract List<Product> value()
Gets the value property: List of products.
Returns: