Show / Hide Table of Contents

Class ActionGroupState

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

Constructors

View Source

ActionGroupState()

Declaration
public ActionGroupState()

Properties

View Source

ArmRoleReceivers

One or more arm_role_receiver blocks as defined below.

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

AutomationRunbookReceivers

One or more automation_runbook_receiver blocks as defined below.

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

AzureAppPushReceivers

One or more azure_app_push_receiver blocks as defined below.

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

AzureFunctionReceivers

One or more azure_function_receiver blocks as defined below.

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

EmailReceivers

One or more email_receiver blocks as defined below.

Declaration
public InputList<ActionGroupEmailReceiverGetArgs> EmailReceivers { get; set; }
Property Value
Type Description
InputList<ActionGroupEmailReceiverGetArgs>
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<ActionGroupItsmReceiverGetArgs> ItsmReceivers { get; set; }
Property Value
Type Description
InputList<ActionGroupItsmReceiverGetArgs>
View Source

LogicAppReceivers

One or more logic_app_receiver blocks as defined below.

Declaration
public InputList<ActionGroupLogicAppReceiverGetArgs> LogicAppReceivers { get; set; }
Property Value
Type Description
InputList<ActionGroupLogicAppReceiverGetArgs>
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<ActionGroupSmsReceiverGetArgs> SmsReceivers { get; set; }
Property Value
Type Description
InputList<ActionGroupSmsReceiverGetArgs>
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<ActionGroupVoiceReceiverGetArgs> VoiceReceivers { get; set; }
Property Value
Type Description
InputList<ActionGroupVoiceReceiverGetArgs>
View Source

WebhookReceivers

One or more webhook_receiver blocks as defined below.

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