Get Tag Rule Result
data class GetTagRuleResult(val id: String, val name: String, val properties: MonitoringTagRulesPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Capture logs and metrics of Azure resources based on ARM tags.
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: MonitoringTagRulesPropertiesResponse, systemData: SystemDataResponse, type: String)