SqlPoolUsagesClient Interface

public interface SqlPoolUsagesClient

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

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<SqlPoolUsageInner> list(String resourceGroupName, String workspaceName, String sqlPoolName)

Gets SQL pool usages Gets SQL pool usages.

abstract PagedIterable<SqlPoolUsageInner> list(String resourceGroupName, String workspaceName, String sqlPoolName, Context context)

Gets SQL pool usages Gets SQL pool usages.

Method Details

list

public abstract PagedIterable<SqlPoolUsageInner> list(String resourceGroupName, String workspaceName, String sqlPoolName)

Gets SQL pool usages Gets SQL pool usages.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
sqlPoolName - SQL pool name.

Returns:

sQL pool usages as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<SqlPoolUsageInner> list(String resourceGroupName, String workspaceName, String sqlPoolName, Context context)

Gets SQL pool usages Gets SQL pool usages.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
sqlPoolName - SQL pool name.
context - The context to associate with this operation.

Returns:

sQL pool usages as paginated response with PagedIterable<T>.

Applies to