azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

108 строки
7.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mysql.models.QueryTexts"
fullName: "com.azure.resourcemanager.mysql.models.QueryTexts"
name: "QueryTexts"
nameWithType: "QueryTexts"
summary: "Resource collection API of Query<wbr>Texts."
syntax: "public interface **QueryTexts**"
methods:
- uid: "com.azure.resourcemanager.mysql.models.QueryTexts.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mysql.models.QueryTexts.get(String resourceGroupName, String serverName, String queryId)"
name: "get(String resourceGroupName, String serverName, String queryId)"
nameWithType: "QueryTexts.get(String resourceGroupName, String serverName, String queryId)"
summary: "Retrieve the Query-Store query texts for the query<wbr>Id."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Query-Store query identifier."
name: "queryId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract QueryText get(String resourceGroupName, String serverName, String queryId)"
desc: "Retrieve the Query-Store query texts for the queryId."
returns:
description: "represents a Query Text."
type: "<xref href=\"com.azure.resourcemanager.mysql.models.QueryText?alt=com.azure.resourcemanager.mysql.models.QueryText&text=QueryText\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.models.QueryTexts.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mysql.models.QueryTexts.getWithResponse(String resourceGroupName, String serverName, String queryId, Context context)"
name: "getWithResponse(String resourceGroupName, String serverName, String queryId, Context context)"
nameWithType: "QueryTexts.getWithResponse(String resourceGroupName, String serverName, String queryId, Context context)"
summary: "Retrieve the Query-Store query texts for the query<wbr>Id."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Query-Store query identifier."
name: "queryId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<QueryText> getWithResponse(String resourceGroupName, String serverName, String queryId, Context context)"
desc: "Retrieve the Query-Store query texts for the queryId."
returns:
description: "represents a Query Text along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.mysql.models.QueryText?alt=com.azure.resourcemanager.mysql.models.QueryText&text=QueryText\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mysql.models.QueryTexts.listByServer(java.lang.String,java.lang.String,java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.mysql.models.QueryTexts.listByServer(String resourceGroupName, String serverName, List<String> queryIds)"
name: "listByServer(String resourceGroupName, String serverName, List<String> queryIds)"
nameWithType: "QueryTexts.listByServer(String resourceGroupName, String serverName, List<String> queryIds)"
summary: "Retrieve the Query-Store query texts for specified query<wbr>Ids."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The query identifiers."
name: "queryIds"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public abstract PagedIterable<QueryText> listByServer(String resourceGroupName, String serverName, List<String> queryIds)"
desc: "Retrieve the Query-Store query texts for specified queryIds."
returns:
description: "a list of query texts."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.mysql.models.QueryText?alt=com.azure.resourcemanager.mysql.models.QueryText&text=QueryText\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mysql.models.QueryTexts.listByServer(java.lang.String,java.lang.String,java.util.List<java.lang.String>,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mysql.models.QueryTexts.listByServer(String resourceGroupName, String serverName, List<String> queryIds, Context context)"
name: "listByServer(String resourceGroupName, String serverName, List<String> queryIds, Context context)"
nameWithType: "QueryTexts.listByServer(String resourceGroupName, String serverName, List<String> queryIds, Context context)"
summary: "Retrieve the Query-Store query texts for specified query<wbr>Ids."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The query identifiers."
name: "queryIds"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<QueryText> listByServer(String resourceGroupName, String serverName, List<String> queryIds, Context context)"
desc: "Retrieve the Query-Store query texts for specified queryIds."
returns:
description: "a list of query texts."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.mysql.models.QueryText?alt=com.azure.resourcemanager.mysql.models.QueryText&text=QueryText\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of QueryTexts."
metadata: {}
package: "com.azure.resourcemanager.mysql.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mysql:1.0.2