java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.CatalogItem
com.microsoft.azure.management.datalake.analytics.models.USqlProcedure

public class USqlProcedure extends CatalogItem
A Data Lake Analytics catalog U-SQL procedure item.
  • Constructor Details

    • USqlProcedure

      public USqlProcedure()
  • Method Details

    • databaseName

      public String databaseName()
      Get the name of the database.
      Returns:
      the databaseName value
    • withDatabaseName

      public USqlProcedure withDatabaseName(String databaseName)
      Set the name of the database.
      Parameters:
      databaseName - the databaseName value to set
      Returns:
      the USqlProcedure object itself.
    • schemaName

      public String schemaName()
      Get the name of the schema associated with this procedure and database.
      Returns:
      the schemaName value
    • withSchemaName

      public USqlProcedure withSchemaName(String schemaName)
      Set the name of the schema associated with this procedure and database.
      Parameters:
      schemaName - the schemaName value to set
      Returns:
      the USqlProcedure object itself.
    • name

      public String name()
      Get the name of the procedure.
      Returns:
      the name value
    • withName

      public USqlProcedure withName(String name)
      Set the name of the procedure.
      Parameters:
      name - the name value to set
      Returns:
      the USqlProcedure object itself.
    • definition

      public String definition()
      Get the defined query of the procedure.
      Returns:
      the definition value
    • withDefinition

      public USqlProcedure withDefinition(String definition)
      Set the defined query of the procedure.
      Parameters:
      definition - the definition value to set
      Returns:
      the USqlProcedure object itself.