Get Prometheus Rule Group Result
data class GetPrometheusRuleGroupResult(val azureApiVersion: String, val clusterName: String? = null, val description: String? = null, val enabled: Boolean? = null, val id: String, val interval: String? = null, val location: String, val name: String, val rules: List<PrometheusRuleResponse>, val scopes: List<String>, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
The Prometheus rule group resource.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, clusterName: String? = null, description: String? = null, enabled: Boolean? = null, id: String, interval: String? = null, location: String, name: String, rules: List<PrometheusRuleResponse>, scopes: List<String>, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Apply rule to data from a specific cluster.
Link copied to clipboard
Rule group description.
Link copied to clipboard
Defines the rules in the Prometheus rule group.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.