SkuListInner Class
- java.
lang. Object - com.
azure. resourcemanager. webpubsub. fluent. models. SkuListInner
- com.
public final class SkuListInner
The list skus operation response.
Constructor Summary
| Constructor | Description |
|---|---|
| SkuListInner() |
Creates an instance of Sku |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
nextLink()
Get the next |
| void |
validate()
Validates the instance. |
| List<Sku> |
value()
Get the value property: The list of skus available for the resource. |
Methods inherited from java.lang.Object
Constructor Details
SkuListInner
public SkuListInner()
Creates an instance of SkuListInner class.
Method Details
nextLink
public String nextLink()
Get 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:
validate
public void validate()
Validates the instance.
value
public List<Sku> value()
Get the value property: The list of skus available for the resource.
Returns: