Class QueryProperties
java.lang.Object
com.azure.resourcemanager.sql.fluent.models.QueryProperties
Properties of a database query.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the queryText property: Query text.voidvalidate()Validates the instance.withQueryText(String queryText) Set the queryText property: Query text.
-
Constructor Details
-
QueryProperties
public QueryProperties()Creates an instance of QueryProperties class.
-
-
Method Details
-
queryText
Get the queryText property: Query text.- Returns:
- the queryText value.
-
withQueryText
Set the queryText property: Query text.- Parameters:
queryText- the queryText value to set.- Returns:
- the QueryProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-