AlertsSuppressionRule interface

Describes the suppression rule

Extends

Properties

alertType

Type of the alert to automatically suppress. For all alert types, use '*'

comment

Any comment regarding the rule

expirationDateUtc

Expiration date of the rule, if value is not provided or provided as null there will no expiration at all

lastModifiedUtc

The last time this rule was modified

reason

The reason for dismissing the alert

state

Possible states of the rule

suppressionAlertsScope

The suppression conditions

Inherited Properties

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

The name of the resource

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

type

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

Property Details

alertType

Type of the alert to automatically suppress. For all alert types, use '*'

alertType?: string

Property Value

string

comment

Any comment regarding the rule

comment?: string

Property Value

string

expirationDateUtc

Expiration date of the rule, if value is not provided or provided as null there will no expiration at all

expirationDateUtc?: Date

Property Value

Date

lastModifiedUtc

The last time this rule was modified

lastModifiedUtc?: Date

Property Value

Date

reason

The reason for dismissing the alert

reason?: string

Property Value

string

state

Possible states of the rule

state?: RuleState

Property Value

suppressionAlertsScope

The suppression conditions

suppressionAlertsScope?: SuppressionAlertsScope

Property Value

Inherited Property Details

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

Property Value

string

Inherited From ProxyResource.id

name

The name of the resource

name?: string

Property Value

string

Inherited From ProxyResource.name

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

systemData?: SystemData

Property Value

Inherited From ProxyResource.systemData

type

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

type?: string

Property Value

string

Inherited From ProxyResource.type