Uses of Interface
com.azure.resourcemanager.automation.models.HybridRunbookWorker
Packages that use HybridRunbookWorker
Package
Description
Package containing the data models for AutomationClient.
-
Uses of HybridRunbookWorker in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return HybridRunbookWorkerModifier and TypeMethodDescriptionHybridRunbookWorker.DefinitionStages.WithCreate.create()
Executes the create request.HybridRunbookWorker.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.HybridRunbookWorkers.get
(String resourceGroupName, String automationAccountName, String hybridRunbookWorkerGroupName, String hybridRunbookWorkerId) Retrieve a hybrid runbook worker.Retrieve a hybrid runbook worker.HybridRunbookWorker.refresh()
Refreshes the resource to sync with Azure.HybridRunbookWorker.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.automation.models that return types with arguments of type HybridRunbookWorkerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<HybridRunbookWorker> HybridRunbookWorkers.getByIdWithResponse
(String id, com.azure.core.util.Context context) Retrieve a hybrid runbook worker.com.azure.core.http.rest.Response
<HybridRunbookWorker> HybridRunbookWorkers.getWithResponse
(String resourceGroupName, String automationAccountName, String hybridRunbookWorkerGroupName, String hybridRunbookWorkerId, com.azure.core.util.Context context) Retrieve a hybrid runbook worker.com.azure.core.http.rest.PagedIterable
<HybridRunbookWorker> HybridRunbookWorkers.listByHybridRunbookWorkerGroup
(String resourceGroupName, String automationAccountName, String hybridRunbookWorkerGroupName) Retrieve a list of hybrid runbook workers.com.azure.core.http.rest.PagedIterable
<HybridRunbookWorker> HybridRunbookWorkers.listByHybridRunbookWorkerGroup
(String resourceGroupName, String automationAccountName, String hybridRunbookWorkerGroupName, String filter, com.azure.core.util.Context context) Retrieve a list of hybrid runbook workers.