USqlProcedure Class

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

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.

USqlProcedure withDatabaseName(String databaseName)

Set the databaseName value.

USqlProcedure withDefinition(String definition)

Set the definition value.

USqlProcedure withName(String name)

Set the name value.

USqlProcedure withSchemaName(String schemaName)

Set the schemaName value.

Inherited Members

Method Details

databaseName

public String databaseName()

Get the databaseName value.

Returns:

the databaseName value

definition

public String definition()

Get the definition value.

Returns:

the definition value

name

public String name()

Get the name value.

Returns:

the name value

schemaName

public String schemaName()

Get the schemaName value.

Returns:

the schemaName value

withDatabaseName

public USqlProcedure withDatabaseName(String databaseName)

Set the databaseName value.

Parameters:

databaseName - the databaseName value to set

Returns:

the USqlProcedure object itself.

withDefinition

public USqlProcedure withDefinition(String definition)

Set the definition value.

Parameters:

definition - the definition value to set

Returns:

the USqlProcedure object itself.

withName

public USqlProcedure withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the USqlProcedure object itself.

withSchemaName

public USqlProcedure withSchemaName(String schemaName)

Set the schemaName value.

Parameters:

schemaName - the schemaName value to set

Returns:

the USqlProcedure object itself.

Applies to