Uses of Class
com.azure.resourcemanager.sql.fluent.models.ManagedInstanceQueryInner
Packages that use ManagedInstanceQueryInner
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the inner data models for SqlManagementClient.
-
Uses of ManagedInstanceQueryInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return ManagedInstanceQueryInnerModifier and TypeMethodDescriptionManagedDatabaseQueriesClient.get(String resourceGroupName, String managedInstanceName, String databaseName, String queryId) Get query by query id.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type ManagedInstanceQueryInnerModifier and TypeMethodDescriptionManagedDatabaseQueriesClient.getAsync(String resourceGroupName, String managedInstanceName, String databaseName, String queryId) Get query by query id.com.azure.core.http.rest.Response<ManagedInstanceQueryInner>ManagedDatabaseQueriesClient.getWithResponse(String resourceGroupName, String managedInstanceName, String databaseName, String queryId, com.azure.core.util.Context context) Get query by query id.Mono<com.azure.core.http.rest.Response<ManagedInstanceQueryInner>>ManagedDatabaseQueriesClient.getWithResponseAsync(String resourceGroupName, String managedInstanceName, String databaseName, String queryId) Get query by query id. -
Uses of ManagedInstanceQueryInner in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ManagedInstanceQueryInnerModifier and TypeMethodDescriptionManagedInstanceQueryInner.withQueryText(String queryText) Set the queryText property: Query text.