### YamlMime:JavaType
uid: "com.azure.resourcemanager.sql.fluent.models.QueryProperties"
fullName: "com.azure.resourcemanager.sql.fluent.models.QueryProperties"
name: "QueryProperties"
nameWithType: "QueryProperties"
summary: "Properties of a database query."
inheritances:
- ""
inheritedClassMethods:
- classRef: "java.lang.Object"
methodsRef:
- "clone"
- "equals"
- "finalize"
- "getClass"
- "hashCode"
- "notify"
- "notifyAll"
- "toString"
- "wait"
- "wait"
- "wait"
syntax: "public final class **QueryProperties** implements <>"
constructors:
- uid: "com.azure.resourcemanager.sql.fluent.models.QueryProperties.QueryProperties()"
fullName: "com.azure.resourcemanager.sql.fluent.models.QueryProperties.QueryProperties()"
name: "QueryProperties()"
nameWithType: "QueryProperties.QueryProperties()"
summary: "Creates an instance of QueryProperties class."
syntax: "public QueryProperties()"
desc: "Creates an instance of QueryProperties class."
methods:
- uid: "com.azure.resourcemanager.sql.fluent.models.QueryProperties.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.sql.fluent.models.QueryProperties.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "QueryProperties.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of QueryProperties from the JsonReader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: ""
syntax: "public static QueryProperties fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the QueryProperties."
type: "IOException"
desc: "Reads an instance of QueryProperties from the JsonReader."
returns:
description: "An instance of QueryProperties if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: ""
- uid: "com.azure.resourcemanager.sql.fluent.models.QueryProperties.queryText()"
fullName: "com.azure.resourcemanager.sql.fluent.models.QueryProperties.queryText()"
name: "queryText()"
nameWithType: "QueryProperties.queryText()"
summary: "Get the queryText property: Query text."
syntax: "public String queryText()"
desc: "Get the queryText property: Query text."
returns:
description: "the queryText value."
type: "String"
- uid: "com.azure.resourcemanager.sql.fluent.models.QueryProperties.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.sql.fluent.models.QueryProperties.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "QueryProperties.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: ""
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "IOException"
returns:
type: ""
- uid: "com.azure.resourcemanager.sql.fluent.models.QueryProperties.validate()"
fullName: "com.azure.resourcemanager.sql.fluent.models.QueryProperties.validate()"
name: "validate()"
nameWithType: "QueryProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.sql.fluent.models.QueryProperties.withQueryText(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.models.QueryProperties.withQueryText(String queryText)"
name: "withQueryText(String queryText)"
nameWithType: "QueryProperties.withQueryText(String queryText)"
summary: "Set the queryText property: Query text."
parameters:
- description: "the queryText value to set."
name: "queryText"
type: "String"
syntax: "public QueryProperties withQueryText(String queryText)"
desc: "Set the queryText property: Query text."
returns:
description: "the QueryProperties object itself."
type: ""
type: "class"
desc: "Properties of a database query."
implements:
- "<>"
metadata: {}
package: "com.azure.resourcemanager.sql.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.44.0