WorkspaceManagedSqlServerUsages Interface

public interface WorkspaceManagedSqlServerUsages

Resource collection API of WorkspaceManagedSqlServerUsages.

Method Summary

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

Get list of usages metric for the server.

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

Get list of usages metric for the server.

Method Details

list

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

Get list of usages metric for the server. Get list of server usages metric for workspace managed sql server.

Parameters:

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

Returns:

list of server usages metric for workspace managed sql server as paginated response with PagedIterable<T>.

list

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

Get list of usages metric for the server. Get list of server usages metric for workspace managed sql server.

Parameters:

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

Returns:

list of server usages metric for workspace managed sql server as paginated response with PagedIterable<T>.

Applies to