Uses of Class
com.azure.resourcemanager.automation.models.HybridRunbookWorkerMoveParameters
Packages that use HybridRunbookWorkerMoveParameters
Package
Description
Package containing the service clients for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of HybridRunbookWorkerMoveParameters in com.azure.resourcemanager.automation.fluent
Methods in com.azure.resourcemanager.automation.fluent with parameters of type HybridRunbookWorkerMoveParametersModifier and TypeMethodDescriptionvoid
HybridRunbookWorkersClient.move
(String resourceGroupName, String automationAccountName, String hybridRunbookWorkerGroupName, String hybridRunbookWorkerId, HybridRunbookWorkerMoveParameters hybridRunbookWorkerMoveParameters) Move a hybrid worker to a different group.com.azure.core.http.rest.Response
<Void> HybridRunbookWorkersClient.moveWithResponse
(String resourceGroupName, String automationAccountName, String hybridRunbookWorkerGroupName, String hybridRunbookWorkerId, HybridRunbookWorkerMoveParameters hybridRunbookWorkerMoveParameters, com.azure.core.util.Context context) Move a hybrid worker to a different group. -
Uses of HybridRunbookWorkerMoveParameters in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return HybridRunbookWorkerMoveParametersModifier and TypeMethodDescriptionHybridRunbookWorkerMoveParameters.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of HybridRunbookWorkerMoveParameters from the JsonReader.HybridRunbookWorkerMoveParameters.withHybridRunbookWorkerGroupName
(String hybridRunbookWorkerGroupName) Set the hybridRunbookWorkerGroupName property: Gets or sets the target hybrid runbook worker group.Methods in com.azure.resourcemanager.automation.models with parameters of type HybridRunbookWorkerMoveParametersModifier and TypeMethodDescriptionvoid
HybridRunbookWorker.move
(HybridRunbookWorkerMoveParameters hybridRunbookWorkerMoveParameters) Move a hybrid worker to a different group.void
HybridRunbookWorkers.move
(String resourceGroupName, String automationAccountName, String hybridRunbookWorkerGroupName, String hybridRunbookWorkerId, HybridRunbookWorkerMoveParameters hybridRunbookWorkerMoveParameters) Move a hybrid worker to a different group.com.azure.core.http.rest.Response
<Void> HybridRunbookWorker.moveWithResponse
(HybridRunbookWorkerMoveParameters hybridRunbookWorkerMoveParameters, com.azure.core.util.Context context) Move a hybrid worker to a different group.com.azure.core.http.rest.Response
<Void> HybridRunbookWorkers.moveWithResponse
(String resourceGroupName, String automationAccountName, String hybridRunbookWorkerGroupName, String hybridRunbookWorkerId, HybridRunbookWorkerMoveParameters hybridRunbookWorkerMoveParameters, com.azure.core.util.Context context) Move a hybrid worker to a different group.