Uses of Interface
com.azure.resourcemanager.datafactory.models.DatasetResource
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of DatasetResource in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionDatasetResource.Update.apply()
Executes the update request.DatasetResource.Update.apply
(com.azure.core.util.Context context) Executes the update request.DatasetResource.DefinitionStages.WithCreate.create()
Executes the create request.DatasetResource.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Gets a dataset.Gets a dataset.DatasetResource.refresh()
Refreshes the resource to sync with Azure.DatasetResource.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<DatasetResource>
Datasets.getByIdWithResponse
(String id, String ifNoneMatch, com.azure.core.util.Context context) Gets a dataset.com.azure.core.http.rest.Response<DatasetResource>
Datasets.getWithResponse
(String resourceGroupName, String factoryName, String datasetName, String ifNoneMatch, com.azure.core.util.Context context) Gets a dataset.com.azure.core.http.rest.PagedIterable<DatasetResource>
Datasets.listByFactory
(String resourceGroupName, String factoryName) Lists datasets.com.azure.core.http.rest.PagedIterable<DatasetResource>
Datasets.listByFactory
(String resourceGroupName, String factoryName, com.azure.core.util.Context context) Lists datasets.