Interface ApiManagementGatewaySkusClient


public interface ApiManagementGatewaySkusClient
An instance of this class provides access to all the operations defined in ApiManagementGatewaySkusClient.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.azure.core.http.rest.PagedIterable<GatewayResourceSkuResultInner>
    listAvailableSkus(String resourceGroupName, String gatewayName)
    Gets available SKUs for API Management gateway Gets all available SKU for a given API Management gateway.
    com.azure.core.http.rest.PagedIterable<GatewayResourceSkuResultInner>
    listAvailableSkus(String resourceGroupName, String gatewayName, com.azure.core.util.Context context)
    Gets available SKUs for API Management gateway Gets all available SKU for a given API Management gateway.
  • Method Details

    • listAvailableSkus

      com.azure.core.http.rest.PagedIterable<GatewayResourceSkuResultInner> listAvailableSkus(String resourceGroupName, String gatewayName)
      Gets available SKUs for API Management gateway Gets all available SKU for a given API Management gateway.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      gatewayName - The name of the API Management gateway.
      Returns:
      all available SKU for a given API Management gateway 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.
    • listAvailableSkus

      com.azure.core.http.rest.PagedIterable<GatewayResourceSkuResultInner> listAvailableSkus(String resourceGroupName, String gatewayName, com.azure.core.util.Context context)
      Gets available SKUs for API Management gateway Gets all available SKU for a given API Management gateway.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      gatewayName - The name of the API Management gateway.
      context - The context to associate with this operation.
      Returns:
      all available SKU for a given API Management gateway 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.