Uses of Interface
com.azure.resourcemanager.automation.models.HybridRunbookWorkerGroup
Packages that use HybridRunbookWorkerGroup
Package
Description
Package containing the data models for AutomationClient.
-
Uses of HybridRunbookWorkerGroup in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return HybridRunbookWorkerGroupModifier and TypeMethodDescriptionHybridRunbookWorkerGroup.Update.apply()
Executes the update request.HybridRunbookWorkerGroup.Update.apply
(com.azure.core.util.Context context) Executes the update request.HybridRunbookWorkerGroup.DefinitionStages.WithCreate.create()
Executes the create request.HybridRunbookWorkerGroup.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.HybridRunbookWorkerGroups.get
(String resourceGroupName, String automationAccountName, String hybridRunbookWorkerGroupName) Retrieve a hybrid runbook worker group.Retrieve a hybrid runbook worker group.HybridRunbookWorkerGroup.refresh()
Refreshes the resource to sync with Azure.HybridRunbookWorkerGroup.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 HybridRunbookWorkerGroupModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<HybridRunbookWorkerGroup> HybridRunbookWorkerGroups.getByIdWithResponse
(String id, com.azure.core.util.Context context) Retrieve a hybrid runbook worker group.com.azure.core.http.rest.Response
<HybridRunbookWorkerGroup> HybridRunbookWorkerGroups.getWithResponse
(String resourceGroupName, String automationAccountName, String hybridRunbookWorkerGroupName, com.azure.core.util.Context context) Retrieve a hybrid runbook worker group.com.azure.core.http.rest.PagedIterable
<HybridRunbookWorkerGroup> HybridRunbookWorkerGroups.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of hybrid runbook worker groups.com.azure.core.http.rest.PagedIterable
<HybridRunbookWorkerGroup> HybridRunbookWorkerGroups.listByAutomationAccount
(String resourceGroupName, String automationAccountName, String filter, com.azure.core.util.Context context) Retrieve a list of hybrid runbook worker groups.