Uses of Class
com.azure.resourcemanager.automation.fluent.models.HybridRunbookWorkerInner
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 HybridRunbookWorkerInner 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.HybridRunbookWorkersClient.get
(String resourceGroupName, String automationAccountName, String hybridRunbookWorkerGroupName, String hybridRunbookWorkerId) Retrieve a hybrid runbook worker.Modifier and TypeMethodDescriptioncom.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.com.azure.core.http.rest.Response<HybridRunbookWorkerInner>
HybridRunbookWorkersClient.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<HybridRunbookWorkerInner>
HybridRunbookWorkersClient.listByHybridRunbookWorkerGroup
(String resourceGroupName, String automationAccountName, String hybridRunbookWorkerGroupName) Retrieve a list of hybrid runbook workers.com.azure.core.http.rest.PagedIterable<HybridRunbookWorkerInner>
HybridRunbookWorkersClient.listByHybridRunbookWorkerGroup
(String resourceGroupName, String automationAccountName, String hybridRunbookWorkerGroupName, String filter, com.azure.core.util.Context context) Retrieve a list of hybrid runbook workers. -
Uses of HybridRunbookWorkerInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionSet the ip property: Gets or sets the assigned machine IP address.HybridRunbookWorkerInner.withLastSeenDateTime
(OffsetDateTime lastSeenDateTime) Set the lastSeenDateTime property: Last Heartbeat from the Worker.HybridRunbookWorkerInner.withRegisteredDateTime
(OffsetDateTime registeredDateTime) Set the registeredDateTime property: Gets or sets the registration time of the worker machine.HybridRunbookWorkerInner.withVmResourceId
(String vmResourceId) Set the vmResourceId property: Azure Resource Manager Id for a virtual machine.HybridRunbookWorkerInner.withWorkerName
(String workerName) Set the workerName property: Name of the HybridWorker.HybridRunbookWorkerInner.withWorkerType
(WorkerType workerType) Set the workerType property: Type of the HybridWorker. -
Uses of HybridRunbookWorkerInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionHybridRunbookWorker.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.HybridRunbookWorkerInner object.Modifier and TypeMethodDescriptionHybridRunbookWorkersListResult.value()
Get the value property: Gets or sets a list of hybrid runbook workers.Modifier and TypeMethodDescriptionHybridRunbookWorkersListResult.withValue
(List<HybridRunbookWorkerInner> value) Set the value property: Gets or sets a list of hybrid runbook workers.