Class QueryProperties

java.lang.Object
com.azure.resourcemanager.sql.fluent.models.QueryProperties

public final class QueryProperties extends Object
Properties of a database query.
  • Constructor Details

    • QueryProperties

      public QueryProperties()
      Creates an instance of QueryProperties class.
  • Method Details

    • queryText

      public String queryText()
      Get the queryText property: Query text.
      Returns:
      the queryText value.
    • withQueryText

      public QueryProperties withQueryText(String queryText)
      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.