Interface Webhook.Update
- All Superinterfaces:
Webhook.UpdateStages.WithDescription
,Webhook.UpdateStages.WithIsEnabled
,Webhook.UpdateStages.WithName
,Webhook.UpdateStages.WithParameters
,Webhook.UpdateStages.WithRunOn
- Enclosing interface:
- Webhook
public static interface Webhook.Update
extends Webhook.UpdateStages.WithName, Webhook.UpdateStages.WithIsEnabled, Webhook.UpdateStages.WithRunOn, Webhook.UpdateStages.WithParameters, Webhook.UpdateStages.WithDescription
The template for Webhook update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.automation.models.Webhook.UpdateStages.WithDescription
withDescription
Methods inherited from interface com.azure.resourcemanager.automation.models.Webhook.UpdateStages.WithIsEnabled
withIsEnabled
Methods inherited from interface com.azure.resourcemanager.automation.models.Webhook.UpdateStages.WithName
withName
Methods inherited from interface com.azure.resourcemanager.automation.models.Webhook.UpdateStages.WithParameters
withParameters
Methods inherited from interface com.azure.resourcemanager.automation.models.Webhook.UpdateStages.WithRunOn
withRunOn
-
Method Details
-
apply
Webhook 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.
-