USqlProcedure Class
- java.
lang. Object - CatalogItem
- com.
microsoft. azure. management. datalake. analytics. models. USqlProcedure
- com.
public class USqlProcedure extends CatalogItem
A Data Lake Analytics catalog U-SQL procedure item.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
databaseName()
Get the databaseName value. |
String |
definition()
Get the definition value. |
String |
name()
Get the name value. |
String |
schemaName()
Get the schemaName value. |
USql |
withDatabaseName(String databaseName)
Set the databaseName value. |
USql |
withDefinition(String definition)
Set the definition value. |
USql |
withName(String name)
Set the name value. |
USql |
withSchemaName(String schemaName)
Set the schemaName value. |
Inherited Members
Method Details
databaseName
public String databaseName()
Get the databaseName value.
Returns:
definition
public String definition()
Get the definition value.
Returns:
name
public String name()
Get the name value.
Returns:
schemaName
public String schemaName()
Get the schemaName value.
Returns:
withDatabaseName
public USqlProcedure withDatabaseName(String databaseName)
Set the databaseName value.
Parameters:
Returns:
withDefinition
public USqlProcedure withDefinition(String definition)
Set the definition value.
Parameters:
Returns:
withName
public USqlProcedure withName(String name)
Set the name value.
Parameters:
Returns:
withSchemaName
public USqlProcedure withSchemaName(String schemaName)
Set the schemaName value.
Parameters:
Returns:
Applies to
Azure SDK for Java