Share via


FabricAgentModelProperties interface

Fabric agent model properties.

Properties

authenticationIdentity

Identity model.

correlationId

Gets or sets the fabric agent correlation Id.

customProperties

Fabric agent model custom properties.

healthErrors

Gets or sets the list of health errors.

isResponsive

Gets or sets a value indicating whether the fabric agent is responsive.

lastHeartbeat

Gets or sets the time when last heartbeat was sent by the fabric agent.

machineId

Gets or sets the machine Id where fabric agent is running.

machineName

Gets or sets the machine name where fabric agent is running.

provisioningState

Gets or sets the provisioning state of the fabric agent.

resourceAccessIdentity

Identity model.

versionNumber

Gets or sets the fabric agent version.

Property Details

authenticationIdentity

Identity model.

authenticationIdentity: IdentityModel

Property Value

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

Identity model.

resourceAccessIdentity: IdentityModel

Property Value

versionNumber

Gets or sets the fabric agent version.

versionNumber?: string

Property Value

string