Interface IntegrationServiceEnvironmentSkus


public interface IntegrationServiceEnvironmentSkus
Resource collection API of IntegrationServiceEnvironmentSkus.
  • Method Details

    • list

      com.azure.core.http.rest.PagedIterable<IntegrationServiceEnvironmentSkuDefinition> list(String resourceGroup, String integrationServiceEnvironmentName)
      Gets a list of integration service environment Skus.
      Parameters:
      resourceGroup - The resource group.
      integrationServiceEnvironmentName - The integration service environment name.
      Returns:
      a list of integration service environment Skus 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.
    • list

      com.azure.core.http.rest.PagedIterable<IntegrationServiceEnvironmentSkuDefinition> list(String resourceGroup, String integrationServiceEnvironmentName, com.azure.core.util.Context context)
      Gets a list of integration service environment Skus.
      Parameters:
      resourceGroup - The resource group.
      integrationServiceEnvironmentName - The integration service environment name.
      context - The context to associate with this operation.
      Returns:
      a list of integration service environment Skus 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.