Share via


SkusClient Interface

public interface SkusClient

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

Method Summary

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

Lists the Microsoft.DevCenter SKUs available in a subscription.

abstract PagedIterable<DevCenterSkuInner> list(Integer top, Context context)

Lists the Microsoft.DevCenter SKUs available in a subscription.

Method Details

list

public abstract PagedIterable<DevCenterSkuInner> list()

Lists the Microsoft.DevCenter SKUs available in a subscription.

Returns:

results of the Microsoft.DevCenter SKU list operation as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<DevCenterSkuInner> list(Integer top, Context context)

Lists the Microsoft.DevCenter SKUs available in a subscription.

Parameters:

top - The maximum number of resources to return from the operation. Example: '$top=10'.
context - The context to associate with this operation.

Returns:

results of the Microsoft.DevCenter SKU list operation as paginated response with PagedIterable<T>.

Applies to