Class AzureBlobStorageLocation
java.lang.Object
com.azure.resourcemanager.datafactory.models.DatasetLocation
com.azure.resourcemanager.datafactory.models.AzureBlobStorageLocation
The location of azure blob dataset.
-
Constructor Summary
ConstructorDescriptionCreates an instance of AzureBlobStorageLocation class. -
Method Summary
Modifier and TypeMethodDescriptionGet the container property: Specify the container of azure blob.void
validate()
Validates the instance.withContainer
(Object container) Set the container property: Specify the container of azure blob.withFileName
(Object fileName) Set the fileName property: Specify the file name of dataset.withFolderPath
(Object folderPath) Set the folderPath property: Specify the folder path of dataset.Methods inherited from class com.azure.resourcemanager.datafactory.models.DatasetLocation
additionalProperties, fileName, folderPath, withAdditionalProperties
-
Constructor Details
-
AzureBlobStorageLocation
public AzureBlobStorageLocation()Creates an instance of AzureBlobStorageLocation class.
-
-
Method Details
-
container
Get the container property: Specify the container of azure blob. Type: string (or Expression with resultType string).- Returns:
- the container value.
-
withContainer
Set the container property: Specify the container of azure blob. Type: string (or Expression with resultType string).- Parameters:
container
- the container value to set.- Returns:
- the AzureBlobStorageLocation object itself.
-
withFolderPath
Set the folderPath property: Specify the folder path of dataset. Type: string (or Expression with resultType string).- Overrides:
withFolderPath
in classDatasetLocation
- Parameters:
folderPath
- the folderPath value to set.- Returns:
- the DatasetLocation object itself.
-
withFileName
Set the fileName property: Specify the file name of dataset. Type: string (or Expression with resultType string).- Overrides:
withFileName
in classDatasetLocation
- Parameters:
fileName
- the fileName value to set.- Returns:
- the DatasetLocation object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classDatasetLocation
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-