SkuList Interface
public interface SkuList
An immutable client-side representation of SkuList.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Sku |
innerModel()
Gets the inner com. |
| abstract String |
nextLink()
Gets the next |
| 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:
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:
value
public abstract List<Sku> value()
Gets the value property: The list of skus available for the resource.
Returns: