WorkspaceManagedSqlServerUsages Interface
public interface WorkspaceManagedSqlServerUsages
Resource collection API of WorkspaceManagedSqlServerUsages.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
list(String resourceGroupName, String workspaceName)
Get list of usages metric for the server. |
|
abstract
Paged |
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:
Returns:
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:
Returns: