GetHybridRunbookWorkerResult

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.

Constructors

Link copied to clipboard
constructor(id: String, ip: String? = null, lastSeenDateTime: String? = null, name: String, registeredDateTime: String? = null, systemData: SystemDataResponse, type: String, vmResourceId: String? = null, workerName: String? = null, workerType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Fully qualified resource Id for the resource

Link copied to clipboard
val ip: String? = null

Gets or sets the assigned machine IP address.

Link copied to clipboard

Last Heartbeat from the Worker

Link copied to clipboard

The name of the resource

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

The type of the resource.

Link copied to clipboard
val vmResourceId: String? = null

Azure Resource Manager Id for a virtual machine.

Link copied to clipboard
val workerName: String? = null

Name of the HybridWorker.

Link copied to clipboard
val workerType: String? = null

Type of the HybridWorker.