Interface DatasetResource.Update
-
- All Superinterfaces:
DatasetResource.UpdateStages.WithIfMatch
,DatasetResource.UpdateStages.WithProperties
- Enclosing interface:
- DatasetResource
public static interface DatasetResource.Update extends DatasetResource.UpdateStages.WithProperties, DatasetResource.UpdateStages.WithIfMatch
The template for DatasetResource update.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatasetResource
apply()
Executes the update request.DatasetResource
apply(com.azure.core.util.Context context)
Executes the update request.-
Methods inherited from interface com.azure.resourcemanager.datafactory.models.DatasetResource.UpdateStages.WithIfMatch
withIfMatch
-
Methods inherited from interface com.azure.resourcemanager.datafactory.models.DatasetResource.UpdateStages.WithProperties
withProperties
-
-
-
-
Method Detail
-
apply
DatasetResource apply()
Executes the update request.- Returns:
- the updated resource.
-
apply
DatasetResource apply(com.azure.core.util.Context context)
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-
-