ApiManagementSkus Interface

public interface ApiManagementSkus

Resource collection API of ApiManagementSkus.

Method Summary

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

Gets the list of Microsoft.ApiManagement SKUs available for your Subscription.

abstract PagedIterable<ApiManagementSku> list(Context context)

Gets the list of Microsoft.ApiManagement SKUs available for your Subscription.

Method Details

list

public abstract PagedIterable list()

Gets the list of Microsoft.ApiManagement SKUs available for your Subscription.

Returns:

the list of Microsoft.ApiManagement SKUs available for your Subscription as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(Context context)

Gets the list of Microsoft.ApiManagement SKUs available for your Subscription.

Parameters:

context - The context to associate with this operation.

Returns:

the list of Microsoft.ApiManagement SKUs available for your Subscription as paginated response with PagedIterable<T>.

Applies to