Interface ApiManagementServiceSkus
public interface ApiManagementServiceSkus
Resource collection API of ApiManagementServiceSkus.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ResourceSkuResult> listAvailableServiceSkus(String resourceGroupName, String serviceName) Gets available SKUs for API Management service Gets all available SKU for a given API Management service.com.azure.core.http.rest.PagedIterable<ResourceSkuResult> listAvailableServiceSkus(String resourceGroupName, String serviceName, com.azure.core.util.Context context) Gets available SKUs for API Management service Gets all available SKU for a given API Management service.
-
Method Details
-
listAvailableServiceSkus
com.azure.core.http.rest.PagedIterable<ResourceSkuResult> 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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listAvailableServiceSkus
com.azure.core.http.rest.PagedIterable<ResourceSkuResult> listAvailableServiceSkus(String resourceGroupName, String serviceName, com.azure.core.util.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. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-