Class USqlAssemblyClr
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.CatalogItem
com.microsoft.azure.management.datalake.analytics.models.USqlAssemblyClr
A Data Lake Analytics catalog U-SQL assembly CLR item.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclrName()
Get the name of the CLR.Get the name of the database.name()
Get the name of the assembly.withClrName
(String clrName) Set the name of the CLR.withDatabaseName
(String databaseName) Set the name of the database.Set the name of the assembly.Methods inherited from class com.microsoft.azure.management.datalake.analytics.models.CatalogItem
computeAccountName, version, withComputeAccountName, withVersion
-
Constructor Details
-
USqlAssemblyClr
public USqlAssemblyClr()
-
-
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 USqlAssemblyClr object itself.
-
name
Get the name of the assembly.- Returns:
- the name value
-
withName
Set the name of the assembly.- Parameters:
name
- the name value to set- Returns:
- the USqlAssemblyClr object itself.
-
clrName
Get the name of the CLR.- Returns:
- the clrName value
-
withClrName
Set the name of the CLR.- Parameters:
clrName
- the clrName value to set- Returns:
- the USqlAssemblyClr object itself.
-