GetAlertResult

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)

Types

Link copied to clipboard
object Companion

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
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The name of the resource

Link copied to clipboard
val providerNames: List<String>? = null

Name of provider instances associated with the alert.

Link copied to clipboard
val providerType: String? = null

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
val templateName: String? = null

Name of the alert template from which it was created.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"