Uses of Interface
com.azure.resourcemanager.mariadb.models.WaitStatistic
Package
Description
Package containing the data models for MariaDBManagementClient.
-
Uses of WaitStatistic in com.azure.resourcemanager.mariadb.models
Modifier and TypeMethodDescriptionRetrieve wait statistics for specified identifier.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<WaitStatistic>
WaitStatistics.getWithResponse
(String resourceGroupName, String serverName, String waitStatisticsId, com.azure.core.util.Context context) Retrieve wait statistics for specified identifier.com.azure.core.http.rest.PagedIterable<WaitStatistic>
WaitStatistics.listByServer
(String resourceGroupName, String serverName, WaitStatisticsInput parameters) Retrieve wait statistics for specified aggregation window.com.azure.core.http.rest.PagedIterable<WaitStatistic>
WaitStatistics.listByServer
(String resourceGroupName, String serverName, WaitStatisticsInput parameters, com.azure.core.util.Context context) Retrieve wait statistics for specified aggregation window.