次の方法で共有


ResourceSkusClient Interface

public interface ResourceSkusClient

An instance of this class provides access to all the operations defined in ResourceSkusClient.

Method Summary

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

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

abstract PagedIterable<ResourceSkuInner> list(Context context)

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

Method Details

list

public abstract PagedIterable<ResourceSkuInner> 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<ResourceSkuInner> 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