Aracılığıyla paylaş


Skus Interface

public interface Skus

Resource collection API of Skus.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<ResourceTypeSku> list()

List all the available Skus in the region and information related to them.

abstract PagedIterable<ResourceTypeSku> 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 of SKU Information objects as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<ResourceTypeSku> list(String filter, Context context)

List all the available Skus in the region and information related to them.

Parameters:

filter - Specify $filter='location eq <location>' to filter on location.
context - The context to associate with this operation.

Returns:

list of SKU Information objects as paginated response with PagedIterable<T>.

Applies to