Class MetricAlertActionArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class MetricAlertActionArgs : ResourceArgs
Constructors
View SourceMetricAlertActionArgs()
Declaration
public MetricAlertActionArgs()
Properties
View SourceActionGroupId
The ID of the Action Group can be sourced from the azure.monitoring.ActionGroup resource
Declaration
public Input<string> ActionGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 InputMap<string> WebhookProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |