Uses of Interface
com.azure.resourcemanager.automation.models.Runbook
Package
Description
Package containing the data models for AutomationClient.
-
Uses of Runbook in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionRunbook.Update.apply()
Executes the update request.Runbook.Update.apply
(com.azure.core.util.Context context) Executes the update request.Runbook.DefinitionStages.WithCreate.create()
Executes the create request.Runbook.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Retrieve the runbook identified by runbook name.Retrieve the runbook identified by runbook name.Runbook.refresh()
Refreshes the resource to sync with Azure.Runbook.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Runbook>
Runbooks.getByIdWithResponse
(String id, com.azure.core.util.Context context) Retrieve the runbook identified by runbook name.com.azure.core.http.rest.Response<Runbook>
Runbooks.getWithResponse
(String resourceGroupName, String automationAccountName, String runbookName, com.azure.core.util.Context context) Retrieve the runbook identified by runbook name.com.azure.core.http.rest.PagedIterable<Runbook>
Runbooks.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of runbooks.com.azure.core.http.rest.PagedIterable<Runbook>
Runbooks.listByAutomationAccount
(String resourceGroupName, String automationAccountName, com.azure.core.util.Context context) Retrieve a list of runbooks.