IntegrationServiceEnvironmentSkusClient Interface

public interface IntegrationServiceEnvironmentSkusClient

An instance of this class provides access to all the operations defined in IntegrationServiceEnvironmentSkusClient.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<IntegrationServiceEnvironmentSkuDefinitionInner> list(String resourceGroup, String integrationServiceEnvironmentName)

Gets a list of integration service environment Skus.

abstract PagedIterable<IntegrationServiceEnvironmentSkuDefinitionInner> list(String resourceGroup, String integrationServiceEnvironmentName, Context context)

Gets a list of integration service environment Skus.

Method Details

list

public abstract PagedIterable 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<T>.

list

public abstract PagedIterable list(String resourceGroup, String integrationServiceEnvironmentName, 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<T>.

Applies to