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

public class USqlAssemblyClr extends CatalogItem
A Data Lake Analytics catalog U-SQL assembly CLR item.
  • Constructor Details

    • USqlAssemblyClr

      public USqlAssemblyClr()
  • Method Details

    • databaseName

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

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

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

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

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

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