USqlAssemblyDependencyInfo Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. USqlAssemblyDependencyInfo
- com.
public class USqlAssemblyDependencyInfo
A Data Lake Analytics catalog U-SQL dependency information item.
Method Summary
Modifier and Type | Method and Description |
---|---|
Entity |
entityId()
Get the entityId value. |
USql |
withEntityId(EntityId entityId)
Set the entityId value. |
Method Details
entityId
public EntityId entityId()
Get the entityId value.
Returns:
the entityId value
withEntityId
public USqlAssemblyDependencyInfo withEntityId(EntityId entityId)
Set the entityId value.
Parameters:
entityId
- the entityId value to set
Returns:
the USqlAssemblyDependencyInfo object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java