Get Alert Result
data class GetAlertResult(val alertRuleProperties: AlertRulePropertiesResponse? = null, val alertRuleResourceId: String, val azureApiVersion: String, val errors: ErrorDetailResponse, val id: String, val name: String, val providerNames: List<String>? = null, val providerType: String? = null, val provisioningState: String, val systemData: SystemDataResponse, val templateName: String? = null, val type: String)
A alert associated with SAP monitor.
Constructors
Link copied to clipboard
constructor(alertRuleProperties: AlertRulePropertiesResponse? = null, alertRuleResourceId: String, azureApiVersion: String, errors: ErrorDetailResponse, id: String, name: String, providerNames: List<String>? = null, providerType: String? = null, provisioningState: String, systemData: SystemDataResponse, templateName: String? = null, type: String)
Properties
Link copied to clipboard
Describes the properties of an alert.
Link copied to clipboard
ID of the alert rule resource created.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Defines the alert instance errors.
Link copied to clipboard
Name of provider instances associated with the alert.
Link copied to clipboard
The provider type for alert. For example, the value can be SapHana.
Link copied to clipboard
State of provisioning of the alert instance
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
Name of the alert template from which it was created.