Interface ActionResponse.Update
- All Superinterfaces:
ActionResponse.UpdateStages.WithEtag
,ActionResponse.UpdateStages.WithLogicAppResourceId
,ActionResponse.UpdateStages.WithTriggerUri
- Enclosing interface:
- ActionResponse
public static interface ActionResponse.Update
extends ActionResponse.UpdateStages.WithEtag, ActionResponse.UpdateStages.WithTriggerUri, ActionResponse.UpdateStages.WithLogicAppResourceId
The template for ActionResponse update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.securityinsights.models.ActionResponse.UpdateStages.WithEtag
withEtag
Methods inherited from interface com.azure.resourcemanager.securityinsights.models.ActionResponse.UpdateStages.WithLogicAppResourceId
withLogicAppResourceId
Methods inherited from interface com.azure.resourcemanager.securityinsights.models.ActionResponse.UpdateStages.WithTriggerUri
withTriggerUri
-
Method Details
-
apply
ActionResponse apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-