WaitStatisticsClient Interface

public interface WaitStatisticsClient

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

Method Summary

Modifier and Type Method and Description
abstract WaitStatisticInner get(String resourceGroupName, String serverName, String waitStatisticsId)

Retrieve wait statistics for specified identifier.

abstract Response<WaitStatisticInner> getWithResponse(String resourceGroupName, String serverName, String waitStatisticsId, Context context)

Retrieve wait statistics for specified identifier.

abstract PagedIterable<WaitStatisticInner> listByServer(String resourceGroupName, String serverName, WaitStatisticsInput parameters)

Retrieve wait statistics for specified aggregation window.

abstract PagedIterable<WaitStatisticInner> listByServer(String resourceGroupName, String serverName, WaitStatisticsInput parameters, Context context)

Retrieve wait statistics for specified aggregation window.

Method Details

get

public abstract WaitStatisticInner get(String resourceGroupName, String serverName, String waitStatisticsId)

Retrieve wait statistics for specified identifier.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
waitStatisticsId - The Wait Statistic identifier.

Returns:

represents a Wait Statistic.

getWithResponse

public abstract Response<WaitStatisticInner> getWithResponse(String resourceGroupName, String serverName, String waitStatisticsId, Context context)

Retrieve wait statistics for specified identifier.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
waitStatisticsId - The Wait Statistic identifier.
context - The context to associate with this operation.

Returns:

represents a Wait Statistic along with Response<T>.

listByServer

public abstract PagedIterable<WaitStatisticInner> listByServer(String resourceGroupName, String serverName, WaitStatisticsInput parameters)

Retrieve wait statistics for specified aggregation window.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
parameters - The required parameters for retrieving wait statistics.

Returns:

a list of wait statistics.

listByServer

public abstract PagedIterable<WaitStatisticInner> listByServer(String resourceGroupName, String serverName, WaitStatisticsInput parameters, Context context)

Retrieve wait statistics for specified aggregation window.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
parameters - The required parameters for retrieving wait statistics.
context - The context to associate with this operation.

Returns:

a list of wait statistics.

Applies to