Show / Hide Table of Contents

Class ActionGroupArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ActionGroupArgs
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ActionGroupArgs : ResourceArgs

Constructors

View Source

ActionGroupArgs()

Declaration
public ActionGroupArgs()

Properties

View Source

ArmRoleReceivers

One or more arm_role_receiver blocks as defined below.

Declaration
public InputList<ActionGroupArmRoleReceiverArgs> ArmRoleReceivers { get; set; }
Property Value
Type Description
InputList<ActionGroupArmRoleReceiverArgs>
View Source

AutomationRunbookReceivers

One or more automation_runbook_receiver blocks as defined below.

Declaration
public InputList<ActionGroupAutomationRunbookReceiverArgs> AutomationRunbookReceivers { get; set; }
Property Value
Type Description
InputList<ActionGroupAutomationRunbookReceiverArgs>
View Source

AzureAppPushReceivers

One or more azure_app_push_receiver blocks as defined below.

Declaration
public InputList<ActionGroupAzureAppPushReceiverArgs> AzureAppPushReceivers { get; set; }
Property Value
Type Description
InputList<ActionGroupAzureAppPushReceiverArgs>
View Source

AzureFunctionReceivers

One or more azure_function_receiver blocks as defined below.

Declaration
public InputList<ActionGroupAzureFunctionReceiverArgs> AzureFunctionReceivers { get; set; }
Property Value
Type Description
InputList<ActionGroupAzureFunctionReceiverArgs>
View Source

EmailReceivers

One or more email_receiver blocks as defined below.

Declaration
public InputList<ActionGroupEmailReceiverArgs> EmailReceivers { get; set; }
Property Value
Type Description
InputList<ActionGroupEmailReceiverArgs>
View Source

Enabled

Whether this action group is enabled. If an action group is not enabled, then none of its receivers will receive communications. Defaults to true.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ItsmReceivers

One or more itsm_receiver blocks as defined below.

Declaration
public InputList<ActionGroupItsmReceiverArgs> ItsmReceivers { get; set; }
Property Value
Type Description
InputList<ActionGroupItsmReceiverArgs>
View Source

LogicAppReceivers

One or more logic_app_receiver blocks as defined below.

Declaration
public InputList<ActionGroupLogicAppReceiverArgs> LogicAppReceivers { get; set; }
Property Value
Type Description
InputList<ActionGroupLogicAppReceiverArgs>
View Source

Name

The name of the Action Group. Changing this forces a new resource to be created.

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

ResourceGroupName

The name of the resource group in which to create the Action Group instance.

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

ShortName

The short name of the action group. This will be used in SMS messages.

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

SmsReceivers

One or more sms_receiver blocks as defined below.

Declaration
public InputList<ActionGroupSmsReceiverArgs> SmsReceivers { get; set; }
Property Value
Type Description
InputList<ActionGroupSmsReceiverArgs>
View Source

Tags

A mapping of tags to assign to the resource.

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

VoiceReceivers

One or more voice_receiver blocks as defined below.

Declaration
public InputList<ActionGroupVoiceReceiverArgs> VoiceReceivers { get; set; }
Property Value
Type Description
InputList<ActionGroupVoiceReceiverArgs>
View Source

WebhookReceivers

One or more webhook_receiver blocks as defined below.

Declaration
public InputList<ActionGroupWebhookReceiverArgs> WebhookReceivers { get; set; }
Property Value
Type Description
InputList<ActionGroupWebhookReceiverArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.