Uses of Class
com.azure.resourcemanager.datafactory.models.RestResourceDataset
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of RestResourceDataset in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionRestResourceDataset.withAdditionalHeaders
(Object additionalHeaders) Set the additionalHeaders property: The additional HTTP headers in the request to the RESTful API.RestResourceDataset.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the Dataset.RestResourceDataset.withDescription
(String description) Set the description property: Dataset description.RestResourceDataset.withFolder
(DatasetFolder folder) Set the folder property: The folder that this Dataset is in.RestResourceDataset.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.RestResourceDataset.withPaginationRules
(Object paginationRules) Set the paginationRules property: The pagination rules to compose next page requests.RestResourceDataset.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for dataset.RestResourceDataset.withRelativeUrl
(Object relativeUrl) Set the relativeUrl property: The relative URL to the resource that the RESTful API provides.RestResourceDataset.withRequestBody
(Object requestBody) Set the requestBody property: The HTTP request body to the RESTful API if requestMethod is POST.RestResourceDataset.withRequestMethod
(Object requestMethod) Set the requestMethod property: The HTTP method used to call the RESTful API.RestResourceDataset.withSchema
(Object schema) Set the schema property: Columns that define the physical type schema of the dataset.RestResourceDataset.withStructure
(Object structure) Set the structure property: Columns that define the structure of the dataset.