Interface ApiManagementServiceSkus


  • public interface ApiManagementServiceSkus
    Resource collection API of ApiManagementServiceSkus.
    • Method Detail

      • listAvailableServiceSkus

        com.azure.core.http.rest.PagedIterable<ResourceSkuResult> listAvailableServiceSkus​(String resourceGroupName,
                                                                                           String serviceName)
        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:
        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 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.
        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.