Class USqlProcedure
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.CatalogItem
com.microsoft.azure.management.datalake.analytics.models.USqlProcedure
A Data Lake Analytics catalog U-SQL procedure item.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the name of the database.Get the defined query of the procedure.name()
Get the name of the procedure.Get the name of the schema associated with this procedure and database.withDatabaseName
(String databaseName) Set the name of the database.withDefinition
(String definition) Set the defined query of the procedure.Set the name of the procedure.withSchemaName
(String schemaName) Set the name of the schema associated with this procedure and database.Methods inherited from class com.microsoft.azure.management.datalake.analytics.models.CatalogItem
computeAccountName, version, withComputeAccountName, withVersion
-
Constructor Details
-
USqlProcedure
public USqlProcedure()
-
-
Method Details
-
databaseName
Get the name of the database.- Returns:
- the databaseName value
-
withDatabaseName
Set the name of the database.- Parameters:
databaseName
- the databaseName value to set- Returns:
- the USqlProcedure object itself.
-
schemaName
Get the name of the schema associated with this procedure and database.- Returns:
- the schemaName value
-
withSchemaName
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
Get the name of the procedure.- Returns:
- the name value
-
withName
Set the name of the procedure.- Parameters:
name
- the name value to set- Returns:
- the USqlProcedure object itself.
-
definition
Get the defined query of the procedure.- Returns:
- the definition value
-
withDefinition
Set the defined query of the procedure.- Parameters:
definition
- the definition value to set- Returns:
- the USqlProcedure object itself.
-