Uses of Class
com.microsoft.azure.management.datalake.analytics.models.USqlAssemblyDependencyInfo
Packages that use USqlAssemblyDependencyInfo
Package
Description
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of USqlAssemblyDependencyInfo in com.microsoft.azure.management.datalake.analytics.models
Methods in com.microsoft.azure.management.datalake.analytics.models that return USqlAssemblyDependencyInfoModifier and TypeMethodDescriptionUSqlAssemblyDependencyInfo.withEntityId
(EntityId entityId) Set the EntityId of the dependency.Methods in com.microsoft.azure.management.datalake.analytics.models that return types with arguments of type USqlAssemblyDependencyInfoModifier and TypeMethodDescriptionUSqlAssembly.dependencies()
Get the list of dependencies associated with the assembly.Method parameters in com.microsoft.azure.management.datalake.analytics.models with type arguments of type USqlAssemblyDependencyInfoModifier and TypeMethodDescriptionUSqlAssembly.withDependencies
(List<USqlAssemblyDependencyInfo> dependencies) Set the list of dependencies associated with the assembly.