Show / Hide Table of Contents

Class GetScheduledQueryRulesAlertActionResult

Inheritance
System.Object
GetScheduledQueryRulesAlertActionResult
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 GetScheduledQueryRulesAlertActionResult

Fields

View Source

ActionGroups

List of action group reference resource IDs.

Declaration
public readonly ImmutableArray<string> ActionGroups
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

CustomWebhookPayload

Custom payload to be sent for all webhook URI in Azure action group.

Declaration
public readonly string CustomWebhookPayload
Field Value
Type Description
System.String
View Source

EmailSubject

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

Declaration
public readonly string EmailSubject
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.