Get Tag Rule Result
data class GetTagRuleResult(val azureApiVersion: String, 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(azureApiVersion: String, id: String, name: String, properties: MonitoringTagRulesPropertiesResponse, systemData: SystemDataResponse, type: String)