Uses of Class
com.azure.resourcemanager.automation.models.HybridRunbookWorkerCreateParameters
Package
Description
Package containing the service clients for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of HybridRunbookWorkerCreateParameters in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionHybridRunbookWorkersClient.create
(String resourceGroupName, String automationAccountName, String hybridRunbookWorkerGroupName, String hybridRunbookWorkerId, HybridRunbookWorkerCreateParameters hybridRunbookWorkerCreationParameters) Create a hybrid runbook worker.com.azure.core.http.rest.Response<HybridRunbookWorkerInner>
HybridRunbookWorkersClient.createWithResponse
(String resourceGroupName, String automationAccountName, String hybridRunbookWorkerGroupName, String hybridRunbookWorkerId, HybridRunbookWorkerCreateParameters hybridRunbookWorkerCreationParameters, com.azure.core.util.Context context) Create a hybrid runbook worker. -
Uses of HybridRunbookWorkerCreateParameters in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionSet the name property: Gets or sets the name of the resource.HybridRunbookWorkerCreateParameters.withVmResourceId
(String vmResourceId) Set the vmResourceId property: Azure Resource Manager Id for a virtual machine.