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