MonitorAlertEventSubscriptionDestination Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Information about the Monitor Alert destination for an event subscription.
public class MonitorAlertEventSubscriptionDestination : Azure.Provisioning.EventGrid.EventSubscriptionDestination
type MonitorAlertEventSubscriptionDestination = class
inherit EventSubscriptionDestination
Public Class MonitorAlertEventSubscriptionDestination
Inherits EventSubscriptionDestination
- Inheritance
-
MonitorAlertEventSubscriptionDestination
- Inheritance
-
Azure.Provisioning.Primitives.ProvisioningConstructMonitorAlertEventSubscriptionDestination
Constructors
| Name | Description |
|---|---|
|
Monitor |
Creates a new MonitorAlertEventSubscriptionDestination. |
Properties
| Name | Description |
|---|---|
|
Action |
The list of ARM Ids of Action Groups that will be triggered on every Alert fired through this event subscription. Each resource ARM Id should follow this pattern: /subscriptions/{AzureSubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Insights/actionGroups/{ActionGroupName}. |
| Description |
The description that will be attached to every Alert fired through this event subscription. |
| Severity |
The severity that will be attached to every Alert fired through this event subscription. This field must be provided. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
|
IBicep |
Assign a value to this property. (Inherited from ProvisionableConstruct) |
|
IBicep |
Compile this value to a Bicep expression. (Inherited from ProvisionableConstruct) |
|
IBicep |
Gets the expression for this value if it's not a literal. (Inherited from ProvisionableConstruct) |
|
IBicep |
Gets whether this value is unset or empty. (Inherited from ProvisionableConstruct) |
|
IBicep |
Tracks whether this is an output only property. (Inherited from ProvisionableConstruct) |
|
IBicep |
Tracks whether this property is required. (Inherited from ProvisionableConstruct) |
|
IBicep |
Tracks whether this contains a secure value. (Inherited from ProvisionableConstruct) |
|
IBicep |
Gets the kind of this value (a literal value, an expression, or it's unset). (Inherited from ProvisionableConstruct) |
|
IBicep |
Get the value of this expression, if it's literal. (Inherited from ProvisionableConstruct) |
|
IBicep |
Gets information about where this value was defined. (Inherited from ProvisionableConstruct) |
|
IBicep |
Make this value readonly. (Inherited from ProvisionableConstruct) |
|
IBicep |
Gets information about where this value was assigned from. (Inherited from ProvisionableConstruct) |