HybridRunbookWorker interface
Definition of hybrid runbook worker.
- Extends
Properties
ip | Gets or sets the assigned machine IP address. |
last |
Last Heartbeat from the Worker |
registered |
Gets or sets the registration time of the worker machine. |
system |
Resource system metadata. NOTE: This property will not be serialized. It can only be populated by the server. |
vm |
Azure Resource Manager Id for a virtual machine. |
worker |
Name of the HybridWorker. |
worker |
Type of the HybridWorker. |
Inherited Properties
id | Fully qualified resource Id for the resource NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
ip
Gets or sets the assigned machine IP address.
ip?: string
Property Value
string
lastSeenDateTime
Last Heartbeat from the Worker
lastSeenDateTime?: Date
Property Value
Date
registeredDateTime
Gets or sets the registration time of the worker machine.
registeredDateTime?: Date
Property Value
Date
systemData
Resource system metadata. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
vmResourceId
Azure Resource Manager Id for a virtual machine.
vmResourceId?: string
Property Value
string
workerName
Name of the HybridWorker.
workerName?: string
Property Value
string
workerType
Type of the HybridWorker.
workerType?: string
Property Value
string
Inherited Property Details
id
Fully qualified resource Id for the resource NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
type
The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type
Azure SDK for JavaScript