Uses of Class
com.azure.resourcemanager.mariadb.models.WaitStatisticsInput
Package
Description
Package containing the service clients for MariaDBManagementClient.
Package containing the data models for MariaDBManagementClient.
-
Uses of WaitStatisticsInput in com.azure.resourcemanager.mariadb.fluent
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<WaitStatisticInner>
WaitStatisticsClient.listByServer
(String resourceGroupName, String serverName, WaitStatisticsInput parameters) Retrieve wait statistics for specified aggregation window.com.azure.core.http.rest.PagedIterable<WaitStatisticInner>
WaitStatisticsClient.listByServer
(String resourceGroupName, String serverName, WaitStatisticsInput parameters, com.azure.core.util.Context context) Retrieve wait statistics for specified aggregation window. -
Uses of WaitStatisticsInput in com.azure.resourcemanager.mariadb.models
Modifier and TypeMethodDescriptionWaitStatisticsInput.withAggregationWindow
(String aggregationWindow) Set the aggregationWindow property: Aggregation interval type in ISO 8601 format.WaitStatisticsInput.withObservationEndTime
(OffsetDateTime observationEndTime) Set the observationEndTime property: Observation end time.WaitStatisticsInput.withObservationStartTime
(OffsetDateTime observationStartTime) Set the observationStartTime property: Observation start time.Modifier and TypeMethodDescriptioncom.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.