USqlAssemblyClr Class
- java.
lang. Object - CatalogItem
- com.
microsoft. azure. management. datalake. analytics. models. USqlAssemblyClr
- com.
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. |
USql |
withClrName(String clrName)
Set the clrName value. |
USql |
withDatabaseName(String databaseName)
Set the databaseName value. |
USql |
withName(String name)
Set the name value. |
Inherited Members
Method Details
clrName
public String clrName()
Get the clrName value.
Returns:
databaseName
public String databaseName()
Get the databaseName value.
Returns:
name
public String name()
Get the name value.
Returns:
withClrName
public USqlAssemblyClr withClrName(String clrName)
Set the clrName value.
Parameters:
Returns:
withDatabaseName
public USqlAssemblyClr withDatabaseName(String databaseName)
Set the databaseName value.
Parameters:
Returns:
withName
public USqlAssemblyClr withName(String name)
Set the name value.
Parameters:
Returns:
Applies to
Azure SDK for Java