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

public class USqlAssembly extends CatalogItem
A Data Lake Analytics catalog U-SQL Assembly.
  • Constructor Details

    • USqlAssembly

      public USqlAssembly()
  • Method Details

    • databaseName

      public String databaseName()
      Get the name of the database.
      Returns:
      the databaseName value
    • withDatabaseName

      public USqlAssembly withDatabaseName(String databaseName)
      Set the name of the database.
      Parameters:
      databaseName - the databaseName value to set
      Returns:
      the USqlAssembly object itself.
    • name

      public String name()
      Get the name of the assembly.
      Returns:
      the name value
    • withName

      public USqlAssembly withName(String name)
      Set the name of the assembly.
      Parameters:
      name - the name value to set
      Returns:
      the USqlAssembly object itself.
    • clrName

      public String clrName()
      Get the name of the CLR.
      Returns:
      the clrName value
    • withClrName

      public USqlAssembly withClrName(String clrName)
      Set the name of the CLR.
      Parameters:
      clrName - the clrName value to set
      Returns:
      the USqlAssembly object itself.
    • isVisible

      public Boolean isVisible()
      Get the switch indicating if this assembly is visible or not.
      Returns:
      the isVisible value
    • withIsVisible

      public USqlAssembly withIsVisible(Boolean isVisible)
      Set the switch indicating if this assembly is visible or not.
      Parameters:
      isVisible - the isVisible value to set
      Returns:
      the USqlAssembly object itself.
    • isUserDefined

      public Boolean isUserDefined()
      Get the switch indicating if this assembly is user defined or not.
      Returns:
      the isUserDefined value
    • withIsUserDefined

      public USqlAssembly withIsUserDefined(Boolean isUserDefined)
      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

      public List<USqlAssemblyFileInfo> files()
      Get the list of files associated with the assembly.
      Returns:
      the files value
    • withFiles

      public USqlAssembly withFiles(List<USqlAssemblyFileInfo> files)
      Set the list of files associated with the assembly.
      Parameters:
      files - the files value to set
      Returns:
      the USqlAssembly object itself.
    • dependencies

      public List<USqlAssemblyDependencyInfo> dependencies()
      Get the list of dependencies associated with the assembly.
      Returns:
      the dependencies value
    • withDependencies

      public USqlAssembly withDependencies(List<USqlAssemblyDependencyInfo> dependencies)
      Set the list of dependencies associated with the assembly.
      Parameters:
      dependencies - the dependencies value to set
      Returns:
      the USqlAssembly object itself.