Uses of Interface
com.azure.resourcemanager.mariadb.models.QueryText
Package
Description
Package containing the data models for MariaDBManagementClient.
-
Uses of QueryText in com.azure.resourcemanager.mariadb.models
Modifier and TypeMethodDescriptionRetrieve the Query-Store query texts for the queryId.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<QueryText>
QueryTexts.getWithResponse
(String resourceGroupName, String serverName, String queryId, com.azure.core.util.Context context) Retrieve the Query-Store query texts for the queryId.com.azure.core.http.rest.PagedIterable<QueryText>
QueryTexts.listByServer
(String resourceGroupName, String serverName, List<String> queryIds) Retrieve the Query-Store query texts for specified queryIds.com.azure.core.http.rest.PagedIterable<QueryText>
QueryTexts.listByServer
(String resourceGroupName, String serverName, List<String> queryIds, com.azure.core.util.Context context) Retrieve the Query-Store query texts for specified queryIds.