Share via


ResourceSkus Interface

public interface ResourceSkus

Resource collection API of ResourceSkus.

Method Summary

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

Get supported SKUs The skus action returns the list of SKUs that DMS (classic) supports.

abstract PagedIterable<ResourceSku> list(Context context)

Get supported SKUs The skus action returns the list of SKUs that DMS (classic) supports.

Method Details

list

public abstract PagedIterable<ResourceSku> list()

Get supported SKUs The skus action returns the list of SKUs that DMS (classic) supports.

Returns:

the DMS (classic) List SKUs operation response as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<ResourceSku> list(Context context)

Get supported SKUs The skus action returns the list of SKUs that DMS (classic) supports.

Parameters:

context - The context to associate with this operation.

Returns:

the DMS (classic) List SKUs operation response as paginated response with PagedIterable<T>.

Applies to