Skus Interface
public interface Skus
Resource collection API of Skus.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
list()
List all the available Skus in the region and information related to them. |
|
abstract
Paged |
list(String filter, Context context)
List all the available Skus in the region and information related to them. |
Method Details
list
public abstract PagedIterable<ResourceTypeSku> list()
List all the available Skus in the region and information related to them.
Returns:
list
public abstract PagedIterable<ResourceTypeSku> list(String filter, Context context)
List all the available Skus in the region and information related to them.
Parameters:
Returns: