Class USqlAssemblyDependencyInfo
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.USqlAssemblyDependencyInfo
A Data Lake Analytics catalog U-SQL dependency information item.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionentityId()
Get the EntityId of the dependency.withEntityId
(EntityId entityId) Set the EntityId of the dependency.
-
Constructor Details
-
USqlAssemblyDependencyInfo
public USqlAssemblyDependencyInfo()
-
-
Method Details
-
entityId
Get the EntityId of the dependency.- Returns:
- the entityId value
-
withEntityId
Set the EntityId of the dependency.- Parameters:
entityId
- the entityId value to set- Returns:
- the USqlAssemblyDependencyInfo object itself.
-