DraModelProperties interface
Dra model properties.
Properties
authentication |
Identity model. |
correlation |
Gets or sets the Dra correlation Id. NOTE: This property will not be serialized. It can only be populated by the server. |
custom |
Dra model custom properties. |
health |
Gets or sets the list of health errors. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Gets or sets a value indicating whether Dra is responsive. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
Gets or sets the time when last heartbeat was sent by the Dra. NOTE: This property will not be serialized. It can only be populated by the server. |
machine |
Gets or sets the machine Id where Dra is running. |
machine |
Gets or sets the machine name where Dra is running. |
provisioning |
Gets or sets the provisioning state of the Dra. NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
Identity model. |
version |
Gets or sets the Dra version. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
authenticationIdentity
correlationId
Gets or sets the Dra correlation Id. NOTE: This property will not be serialized. It can only be populated by the server.
correlationId?: string
Property Value
string
customProperties
Dra model custom properties.
customProperties: DraModelCustomPropertiesUnion
Property Value
healthErrors
Gets or sets the list of health errors. NOTE: This property will not be serialized. It can only be populated by the server.
healthErrors?: HealthErrorModel[]
Property Value
isResponsive
Gets or sets a value indicating whether Dra is responsive. NOTE: This property will not be serialized. It can only be populated by the server.
isResponsive?: boolean
Property Value
boolean
lastHeartbeat
Gets or sets the time when last heartbeat was sent by the Dra. NOTE: This property will not be serialized. It can only be populated by the server.
lastHeartbeat?: Date
Property Value
Date
machineId
Gets or sets the machine Id where Dra is running.
machineId: string
Property Value
string
machineName
Gets or sets the machine name where Dra is running.
machineName: string
Property Value
string
provisioningState
Gets or sets the provisioning state of the Dra. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
resourceAccessIdentity
versionNumber
Gets or sets the Dra version. NOTE: This property will not be serialized. It can only be populated by the server.
versionNumber?: string
Property Value
string
Azure SDK for JavaScript