HttpServerLocation Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. DatasetLocation - com.
azure. resourcemanager. datafactory. models. HttpServerLocation
- com.
- com.
public final class HttpServerLocation
extends DatasetLocation
The location of http server.
Constructor Summary
| Constructor | Description |
|---|---|
| HttpServerLocation() |
Creates an instance of Http |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Http |
fromJson(JsonReader jsonReader)
Reads an instance of Http |
| Object |
relativeUrl()
Get the relative |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Type of dataset storage location. |
| void |
validate()
Validates the instance. |
|
Http |
withFileName(Object fileName)
Set the file |
|
Http |
withFolderPath(Object folderPath)
Set the folder |
|
Http |
withRelativeUrl(Object relativeUrl)
Set the relative |
Methods inherited from DatasetLocation
Methods inherited from java.lang.Object
Constructor Details
HttpServerLocation
public HttpServerLocation()
Creates an instance of HttpServerLocation class.
Method Details
fromJson
public static HttpServerLocation fromJson(JsonReader jsonReader)
Reads an instance of HttpServerLocation from the JsonReader.
Parameters:
Returns:
Throws:
relativeUrl
public Object relativeUrl()
Get the relativeUrl property: Specify the relativeUrl of http server. Type: string (or Expression with resultType string).
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
HttpServerLocation.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Type of dataset storage location.
Overrides:
HttpServerLocation.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
HttpServerLocation.validate()withFileName
public HttpServerLocation withFileName(Object fileName)
Set the fileName property: Specify the file name of dataset. Type: string (or Expression with resultType string).
Overrides:
HttpServerLocation.withFileName(Object fileName)Parameters:
withFolderPath
public HttpServerLocation withFolderPath(Object folderPath)
Set the folderPath property: Specify the folder path of dataset. Type: string (or Expression with resultType string).
Overrides:
HttpServerLocation.withFolderPath(Object folderPath)Parameters:
withRelativeUrl
public HttpServerLocation withRelativeUrl(Object relativeUrl)
Set the relativeUrl property: Specify the relativeUrl of http server. Type: string (or Expression with resultType string).
Parameters:
Returns: