Uses of Class
com.microsoft.azure.management.datalake.analytics.models.USqlAssemblyFileInfo
Packages that use USqlAssemblyFileInfo
Package
Description
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of USqlAssemblyFileInfo in com.microsoft.azure.management.datalake.analytics.models
Methods in com.microsoft.azure.management.datalake.analytics.models that return USqlAssemblyFileInfoModifier and TypeMethodDescriptionUSqlAssemblyFileInfo.withContentPath
(String contentPath) Set the the content path to the assembly file.USqlAssemblyFileInfo.withOriginalPath
(String originalPath) Set the the original path to the assembly file.Set the assembly file type.Methods in com.microsoft.azure.management.datalake.analytics.models that return types with arguments of type USqlAssemblyFileInfoModifier and TypeMethodDescriptionUSqlAssembly.files()
Get the list of files associated with the assembly.Method parameters in com.microsoft.azure.management.datalake.analytics.models with type arguments of type USqlAssemblyFileInfoModifier and TypeMethodDescriptionUSqlAssembly.withFiles
(List<USqlAssemblyFileInfo> files) Set the list of files associated with the assembly.