Interface Runbook.Update
- All Superinterfaces:
Runbook.UpdateStages.WithDescription
,Runbook.UpdateStages.WithLogActivityTrace
,Runbook.UpdateStages.WithLogProgress
,Runbook.UpdateStages.WithLogVerbose
,Runbook.UpdateStages.WithName
,Runbook.UpdateStages.WithTags
- Enclosing interface:
- Runbook
public static interface Runbook.Update
extends Runbook.UpdateStages.WithTags, Runbook.UpdateStages.WithName, Runbook.UpdateStages.WithDescription, Runbook.UpdateStages.WithLogVerbose, Runbook.UpdateStages.WithLogProgress, Runbook.UpdateStages.WithLogActivityTrace
The template for Runbook update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.automation.models.Runbook.UpdateStages.WithDescription
withDescription
Methods inherited from interface com.azure.resourcemanager.automation.models.Runbook.UpdateStages.WithLogActivityTrace
withLogActivityTrace
Methods inherited from interface com.azure.resourcemanager.automation.models.Runbook.UpdateStages.WithLogProgress
withLogProgress
Methods inherited from interface com.azure.resourcemanager.automation.models.Runbook.UpdateStages.WithLogVerbose
withLogVerbose
Methods inherited from interface com.azure.resourcemanager.automation.models.Runbook.UpdateStages.WithName
withName
Methods inherited from interface com.azure.resourcemanager.automation.models.Runbook.UpdateStages.WithTags
withTags
-
Method Details
-
apply
Runbook 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.
-