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
Wait |
get(String resourceGroupName, String serverName, String waitStatisticsId)
Retrieve wait statistics for specified identifier. |
|
abstract
Response<Wait |
getWithResponse(String resourceGroupName, String serverName, String waitStatisticsId, Context context)
Retrieve wait statistics for specified identifier. |
|
abstract
Paged |
listByServer(String resourceGroupName, String serverName, WaitStatisticsInput parameters)
Retrieve wait statistics for specified aggregation window. |
|
abstract
Paged |
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:
Returns:
getWithResponse
public abstract Response<WaitStatisticInner> getWithResponse(String resourceGroupName, String serverName, String waitStatisticsId, Context context)
Retrieve wait statistics for specified identifier.
Parameters:
Returns:
listByServer
public abstract PagedIterable<WaitStatisticInner> listByServer(String resourceGroupName, String serverName, WaitStatisticsInput parameters)
Retrieve wait statistics for specified aggregation window.
Parameters:
Returns:
listByServer
public abstract PagedIterable<WaitStatisticInner> listByServer(String resourceGroupName, String serverName, WaitStatisticsInput parameters, Context context)
Retrieve wait statistics for specified aggregation window.
Parameters:
Returns: