Uses of Class
com.azure.resourcemanager.datafactory.models.AzureBlobFSLocation
-
Packages that use AzureBlobFSLocation Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of AzureBlobFSLocation in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return AzureBlobFSLocation Modifier and Type Method Description AzureBlobFSLocation
AzureBlobFSLocation. withFileName(Object fileName)
Set the fileName property: Specify the file name of dataset.AzureBlobFSLocation
AzureBlobFSLocation. withFileSystem(Object fileSystem)
Set the fileSystem property: Specify the fileSystem of azure blobFS.AzureBlobFSLocation
AzureBlobFSLocation. withFolderPath(Object folderPath)
Set the folderPath property: Specify the folder path of dataset.
-