Monitored Resource Properties Response
data class MonitoredResourcePropertiesResponse(val agentVersion: String, val computerName: String? = null, val connectionStatus: String, val domainName: String? = null, val healthStatus: String, val installType: String, val managementServerEndpoint: String, val provisioningState: String, val resourceId: String? = null, val resourceLocation: String? = null)
The properties of a monitored resource.
Properties
Link copied to clipboard
The version of the monitored resource agent version.
Link copied to clipboard
ComputerName of the monitored resource.
Link copied to clipboard
The connection status of the monitored resource.
Link copied to clipboard
The domain name associated with the monitored resource.
Link copied to clipboard
The health status of the monitored resource.
Link copied to clipboard
Install type of monitored resource.
Link copied to clipboard
The management server endpoint to which the monitored resource is directed.
Link copied to clipboard
Link copied to clipboard
ArmId of the monitored resource.
Link copied to clipboard
Location of the monitored resource.