ApiManagementServiceSkus Interface

public interface ApiManagementServiceSkus

Resource collection API of ApiManagementServiceSkus.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<ResourceSkuResult> listAvailableServiceSkus(String resourceGroupName, String serviceName)

Gets available SKUs for API Management service

abstract PagedIterable<ResourceSkuResult> listAvailableServiceSkus(String resourceGroupName, String serviceName, Context context)

Gets available SKUs for API Management service

Method Details

listAvailableServiceSkus

public abstract PagedIterable listAvailableServiceSkus(String resourceGroupName, String serviceName)

Gets available SKUs for API Management service

Gets all available SKU for a given API Management service.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serviceName - The name of the API Management service.

Returns:

all available SKU for a given API Management service as paginated response with PagedIterable<T>.

listAvailableServiceSkus

public abstract PagedIterable listAvailableServiceSkus(String resourceGroupName, String serviceName, Context context)

Gets available SKUs for API Management service

Gets all available SKU for a given API Management service.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serviceName - The name of the API Management service.
context - The context to associate with this operation.

Returns:

all available SKU for a given API Management service as paginated response with PagedIterable<T>.

Applies to