Class USqlAssemblyDependencyInfo

java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.USqlAssemblyDependencyInfo

public class USqlAssemblyDependencyInfo extends Object
A Data Lake Analytics catalog U-SQL dependency information item.
  • Constructor Details

    • USqlAssemblyDependencyInfo

      public USqlAssemblyDependencyInfo()
  • Method Details

    • entityId

      public EntityId entityId()
      Get the EntityId of the dependency.
      Returns:
      the entityId value
    • withEntityId

      public USqlAssemblyDependencyInfo withEntityId(EntityId entityId)
      Set the EntityId of the dependency.
      Parameters:
      entityId - the entityId value to set
      Returns:
      the USqlAssemblyDependencyInfo object itself.