Uses of Class
com.azure.resourcemanager.mariadb.fluent.models.QueryTextInner
Package
Description
Package containing the service clients for MariaDBManagementClient.
Package containing the inner data models for MariaDBManagementClient.
Package containing the data models for MariaDBManagementClient.
-
Uses of QueryTextInner in com.azure.resourcemanager.mariadb.fluent
Modifier and TypeMethodDescriptionRetrieve the Query-Store query texts for the queryId.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<QueryTextInner>
QueryTextsClient.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<QueryTextInner>
QueryTextsClient.listByServer
(String resourceGroupName, String serverName, List<String> queryIds) Retrieve the Query-Store query texts for specified queryIds.com.azure.core.http.rest.PagedIterable<QueryTextInner>
QueryTextsClient.listByServer
(String resourceGroupName, String serverName, List<String> queryIds, com.azure.core.util.Context context) Retrieve the Query-Store query texts for specified queryIds. -
Uses of QueryTextInner in com.azure.resourcemanager.mariadb.fluent.models
Modifier and TypeMethodDescriptionQueryTextInner.withQueryId
(String queryId) Set the queryId property: Query identifier unique to the server.QueryTextInner.withQueryText
(String queryText) Set the queryText property: Query text. -
Uses of QueryTextInner in com.azure.resourcemanager.mariadb.models
Modifier and TypeMethodDescriptionQueryText.innerModel()
Gets the inner com.azure.resourcemanager.mariadb.fluent.models.QueryTextInner object.Modifier and TypeMethodDescriptionQueryTextsResultList.value()
Get the value property: The list of query texts.