Show / Hide Table of Contents

Class MetricAlertActionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
MetricAlertActionArgs
Inherited Members
ResourceArgs.Empty
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 Source

MetricAlertActionArgs()

Declaration
public MetricAlertActionArgs()

Properties

View Source

ActionGroupId

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.