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.
Constructors
Link copied to clipboard
fun MonitoredResourcePropertiesResponse(agentVersion: String, computerName: String? = null, connectionStatus: String, domainName: String? = null, healthStatus: String, installType: String, managementServerEndpoint: String, provisioningState: String, resourceId: String? = null, resourceLocation: String? = null)