Class HttpServerLocation
java.lang.Object
com.azure.resourcemanager.datafactory.models.DatasetLocation
com.azure.resourcemanager.datafactory.models.HttpServerLocation
The location of http server.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the relativeUrl property: Specify the relativeUrl of http server.void
validate()
Validates the instance.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.withRelativeUrl
(Object relativeUrl) Set the relativeUrl property: Specify the relativeUrl of http server.Methods inherited from class com.azure.resourcemanager.datafactory.models.DatasetLocation
additionalProperties, fileName, folderPath, withAdditionalProperties
-
Constructor Details
-
HttpServerLocation
public HttpServerLocation()Creates an instance of HttpServerLocation class.
-
-
Method Details
-
relativeUrl
Get the relativeUrl property: Specify the relativeUrl of http server. Type: string (or Expression with resultType string).- Returns:
- the relativeUrl value.
-
withRelativeUrl
Set the relativeUrl property: Specify the relativeUrl of http server. Type: string (or Expression with resultType string).- Parameters:
relativeUrl
- the relativeUrl value to set.- Returns:
- the HttpServerLocation 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.
-