SkuList Interface

public interface SkuList

An immutable client-side representation of SkuList.

Method Summary

Modifier and Type Method and Description
abstract SkuListInner innerModel()

Gets the inner com.azure.resourcemanager.webpubsub.fluent.models.SkuListInner object.

abstract String nextLink()

Gets the nextLink property: The URL the client should use to fetch the next page (per server side paging).

abstract List<Sku> value()

Gets the value property: The list of skus available for the resource.

Method Details

innerModel

public abstract SkuListInner innerModel()

Gets the inner com.azure.resourcemanager.webpubsub.fluent.models.SkuListInner object.

Returns:

the inner object.

nextLink

public abstract String nextLink()

Gets the nextLink property: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use.

Returns:

the nextLink value.

value

public abstract List<Sku> value()

Gets the value property: The list of skus available for the resource.

Returns:

the value value.

Applies to