ApiManagementServiceSkus Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementServiceSkusInner>

public interface ApiManagementServiceSkus
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementServiceSkusInner>

Type representing ApiManagementServiceSkus.

Method Summary

Modifier and Type Method and Description
abstract rx.Observable<ResourceSkuResult> listAvailableServiceSkusAsync(String resourceGroupName, String serviceName)

Gets available SKUs for API Management service.

Method Details

listAvailableServiceSkusAsync

public abstract Observable listAvailableServiceSkusAsync(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.
serviceName - The name of the API Management service.

Returns:

the observable for the request

Applies to