Show / Hide Table of Contents

Class ScheduledQueryRulesAlertActionGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ScheduledQueryRulesAlertActionGetArgs
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 ScheduledQueryRulesAlertActionGetArgs : ResourceArgs

Constructors

View Source

ScheduledQueryRulesAlertActionGetArgs()

Declaration
public ScheduledQueryRulesAlertActionGetArgs()

Properties

View Source

ActionGroups

List of action group reference resource IDs.

Declaration
public InputList<string> ActionGroups { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

CustomWebhookPayload

Custom payload to be sent for all webhook payloads in alerting action.

Declaration
public Input<string> CustomWebhookPayload { get; set; }
Property Value
Type Description
Input<System.String>
View Source

EmailSubject

Custom subject override for all email ids in Azure action group.

Declaration
public Input<string> EmailSubject { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.