FabricAgentModelProperties interface
Fabric agent model properties.
Properties
| authentication |
Identity model. |
| correlation |
Gets or sets the fabric agent correlation Id. |
| custom |
Fabric agent model custom properties. |
| health |
Gets or sets the list of health errors. |
| is |
Gets or sets a value indicating whether the fabric agent is responsive. |
| last |
Gets or sets the time when last heartbeat was sent by the fabric agent. |
| machine |
Gets or sets the machine Id where fabric agent is running. |
| machine |
Gets or sets the machine name where fabric agent is running. |
| provisioning |
Gets or sets the provisioning state of the fabric agent. |
| resource |
Identity model. |
| version |
Gets or sets the fabric agent version. |
Property Details
authenticationIdentity
correlationId
Gets or sets the fabric agent correlation Id.
correlationId?: string
Property Value
string
customProperties
Fabric agent model custom properties.
customProperties: FabricAgentModelCustomPropertiesUnion
Property Value
healthErrors
Gets or sets the list of health errors.
healthErrors?: HealthErrorModel[]
Property Value
isResponsive
Gets or sets a value indicating whether the fabric agent is responsive.
isResponsive?: boolean
Property Value
boolean
lastHeartbeat
Gets or sets the time when last heartbeat was sent by the fabric agent.
lastHeartbeat?: Date
Property Value
Date
machineId
Gets or sets the machine Id where fabric agent is running.
machineId: string
Property Value
string
machineName
Gets or sets the machine name where fabric agent is running.
machineName: string
Property Value
string
provisioningState
Gets or sets the provisioning state of the fabric agent.
provisioningState?: string
Property Value
string
resourceAccessIdentity
versionNumber
Gets or sets the fabric agent version.
versionNumber?: string
Property Value
string