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