USqlAssemblyClr Class

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

public class USqlAssemblyClr extends CatalogItem

A Data Lake Analytics catalog U-SQL assembly CLR item.

Method Summary

Modifier and Type Method and Description
String clrName()

Get the clrName value.

String databaseName()

Get the databaseName value.

String name()

Get the name value.

USqlAssemblyClr withClrName(String clrName)

Set the clrName value.

USqlAssemblyClr withDatabaseName(String databaseName)

Set the databaseName value.

USqlAssemblyClr withName(String name)

Set the name value.

Inherited Members

Method Details

clrName

public String clrName()

Get the clrName value.

Returns:

the clrName value

databaseName

public String databaseName()

Get the databaseName value.

Returns:

the databaseName value

name

public String name()

Get the name value.

Returns:

the name value

withClrName

public USqlAssemblyClr withClrName(String clrName)

Set the clrName value.

Parameters:

clrName - the clrName value to set

Returns:

the USqlAssemblyClr object itself.

withDatabaseName

public USqlAssemblyClr withDatabaseName(String databaseName)

Set the databaseName value.

Parameters:

databaseName - the databaseName value to set

Returns:

the USqlAssemblyClr object itself.

withName

public USqlAssemblyClr withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the USqlAssemblyClr object itself.

Applies to