次の方法で共有


ProductList Interface

public interface ProductList

An immutable client-side representation of ProductList.

Method Summary

Modifier and Type Method and Description
abstract ProductListInner innerModel()

Gets the inner com.azure.resourcemanager.azurestack.fluent.models.ProductListInner object.

abstract String nextLink()

Gets the nextLink property: URI to the next page.

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:

the inner object.

nextLink

public abstract String nextLink()

Gets the nextLink property: URI to the next page.

Returns:

the nextLink value.

value

public abstract List<Product> value()

Gets the value property: List of products.

Returns:

the value value.

Applies to