Class USqlAssembly
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.CatalogItem
com.microsoft.azure.management.datalake.analytics.models.USqlAssembly
A Data Lake Analytics catalog U-SQL Assembly.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclrName()
Get the name of the CLR.Get the name of the database.Get the list of dependencies associated with the assembly.files()
Get the list of files associated with the assembly.Get the switch indicating if this assembly is user defined or not.Get the switch indicating if this assembly is visible or not.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.withDependencies
(List<USqlAssemblyDependencyInfo> dependencies) Set the list of dependencies associated with the assembly.withFiles
(List<USqlAssemblyFileInfo> files) Set the list of files associated with the assembly.withIsUserDefined
(Boolean isUserDefined) Set the switch indicating if this assembly is user defined or not.withIsVisible
(Boolean isVisible) Set the switch indicating if this assembly is visible or not.Set the name of the assembly.Methods inherited from class com.microsoft.azure.management.datalake.analytics.models.CatalogItem
computeAccountName, version, withComputeAccountName, withVersion
-
Constructor Details
-
USqlAssembly
public USqlAssembly()
-
-
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 USqlAssembly 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 USqlAssembly 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 USqlAssembly object itself.
-
isVisible
Get the switch indicating if this assembly is visible or not.- Returns:
- the isVisible value
-
withIsVisible
Set the switch indicating if this assembly is visible or not.- Parameters:
isVisible
- the isVisible value to set- Returns:
- the USqlAssembly object itself.
-
isUserDefined
Get the switch indicating if this assembly is user defined or not.- Returns:
- the isUserDefined value
-
withIsUserDefined
Set the switch indicating if this assembly is user defined or not.- Parameters:
isUserDefined
- the isUserDefined value to set- Returns:
- the USqlAssembly object itself.
-
files
Get the list of files associated with the assembly.- Returns:
- the files value
-
withFiles
Set the list of files associated with the assembly.- Parameters:
files
- the files value to set- Returns:
- the USqlAssembly object itself.
-
dependencies
Get the list of dependencies associated with the assembly.- Returns:
- the dependencies value
-
withDependencies
Set the list of dependencies associated with the assembly.- Parameters:
dependencies
- the dependencies value to set- Returns:
- the USqlAssembly object itself.
-