Get Hybrid Runbook Worker Result
data class GetHybridRunbookWorkerResult(val id: String, val ip: String? = null, val lastSeenDateTime: String? = null, val name: String, val registeredDateTime: String? = null, val systemData: SystemDataResponse, val type: String, val vmResourceId: String? = null, val workerName: String? = null, val workerType: String? = null)
Definition of hybrid runbook worker.
Properties
Link copied to clipboard
Last Heartbeat from the Worker
Link copied to clipboard
Gets or sets the registration time of the worker machine.
Link copied to clipboard
Resource system metadata.
Link copied to clipboard
Azure Resource Manager Id for a virtual machine.
Link copied to clipboard
Name of the HybridWorker.
Link copied to clipboard
Type of the HybridWorker.