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