Uses of Class
com.azure.resourcemanager.automation.fluent.models.HybridRunbookWorkerGroupInner
Package
Description
Package containing the service clients for AutomationClient.
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of HybridRunbookWorkerGroupInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionHybridRunbookWorkerGroupsClient.create
(String resourceGroupName, String automationAccountName, String hybridRunbookWorkerGroupName, HybridRunbookWorkerGroupCreateOrUpdateParameters hybridRunbookWorkerGroupCreationParameters) Create a hybrid runbook worker group.HybridRunbookWorkerGroupsClient.get
(String resourceGroupName, String automationAccountName, String hybridRunbookWorkerGroupName) Retrieve a hybrid runbook worker group.HybridRunbookWorkerGroupsClient.update
(String resourceGroupName, String automationAccountName, String hybridRunbookWorkerGroupName, HybridRunbookWorkerGroupCreateOrUpdateParameters hybridRunbookWorkerGroupUpdationParameters) Update a hybrid runbook worker group.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<HybridRunbookWorkerGroupInner>
HybridRunbookWorkerGroupsClient.createWithResponse
(String resourceGroupName, String automationAccountName, String hybridRunbookWorkerGroupName, HybridRunbookWorkerGroupCreateOrUpdateParameters hybridRunbookWorkerGroupCreationParameters, com.azure.core.util.Context context) Create a hybrid runbook worker group.com.azure.core.http.rest.Response<HybridRunbookWorkerGroupInner>
HybridRunbookWorkerGroupsClient.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<HybridRunbookWorkerGroupInner>
HybridRunbookWorkerGroupsClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of hybrid runbook worker groups.com.azure.core.http.rest.PagedIterable<HybridRunbookWorkerGroupInner>
HybridRunbookWorkerGroupsClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName, String filter, com.azure.core.util.Context context) Retrieve a list of hybrid runbook worker groups.com.azure.core.http.rest.Response<HybridRunbookWorkerGroupInner>
HybridRunbookWorkerGroupsClient.updateWithResponse
(String resourceGroupName, String automationAccountName, String hybridRunbookWorkerGroupName, HybridRunbookWorkerGroupCreateOrUpdateParameters hybridRunbookWorkerGroupUpdationParameters, com.azure.core.util.Context context) Update a hybrid runbook worker group. -
Uses of HybridRunbookWorkerGroupInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionHybridRunbookWorkerGroupInner.withCredential
(RunAsCredentialAssociationProperty credential) Set the credential property: Sets the credential of a worker group.HybridRunbookWorkerGroupInner.withGroupType
(GroupTypeEnum groupType) Set the groupType property: Type of the HybridWorkerGroup. -
Uses of HybridRunbookWorkerGroupInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionHybridRunbookWorkerGroup.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.HybridRunbookWorkerGroupInner object.Modifier and TypeMethodDescriptionHybridRunbookWorkerGroupsListResult.value()
Get the value property: Gets or sets a list of hybrid runbook worker groups.Modifier and TypeMethodDescriptionHybridRunbookWorkerGroupsListResult.withValue
(List<HybridRunbookWorkerGroupInner> value) Set the value property: Gets or sets a list of hybrid runbook worker groups.