Class MetricAlertAction
Inheritance
System.Object
MetricAlertAction
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Monitoring.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class MetricAlertAction
Fields
View SourceActionGroupId
The ID of the Action Group can be sourced from the azure.monitoring.ActionGroup resource
Declaration
public readonly string ActionGroupId
Field Value
| Type | Description |
|---|---|
| System.String |
WebhookProperties
The map of custom string properties to include with the post operation. These data are appended to the webhook payload.
Declaration
public readonly ImmutableDictionary<string, string> WebhookProperties
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |