Class ActionGroupState
Inherited Members
Namespace: Pulumi.Azure.Monitoring
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ActionGroupState : ResourceArgs
Constructors
View SourceActionGroupState()
Declaration
public ActionGroupState()
Properties
View SourceArmRoleReceivers
One or more arm_role_receiver blocks as defined below.
Declaration
public InputList<ActionGroupArmRoleReceiverGetArgs> ArmRoleReceivers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ActionGroupArmRoleReceiverGetArgs> |
AutomationRunbookReceivers
One or more automation_runbook_receiver blocks as defined below.
Declaration
public InputList<ActionGroupAutomationRunbookReceiverGetArgs> AutomationRunbookReceivers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ActionGroupAutomationRunbookReceiverGetArgs> |
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> |
AzureFunctionReceivers
One or more azure_function_receiver blocks as defined below.
Declaration
public InputList<ActionGroupAzureFunctionReceiverGetArgs> AzureFunctionReceivers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ActionGroupAzureFunctionReceiverGetArgs> |
EmailReceivers
One or more email_receiver blocks as defined below.
Declaration
public InputList<ActionGroupEmailReceiverGetArgs> EmailReceivers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ActionGroupEmailReceiverGetArgs> |
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> |
ItsmReceivers
One or more itsm_receiver blocks as defined below.
Declaration
public InputList<ActionGroupItsmReceiverGetArgs> ItsmReceivers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ActionGroupItsmReceiverGetArgs> |
LogicAppReceivers
One or more logic_app_receiver blocks as defined below.
Declaration
public InputList<ActionGroupLogicAppReceiverGetArgs> LogicAppReceivers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ActionGroupLogicAppReceiverGetArgs> |
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> |
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> |
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> |
SmsReceivers
One or more sms_receiver blocks as defined below.
Declaration
public InputList<ActionGroupSmsReceiverGetArgs> SmsReceivers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ActionGroupSmsReceiverGetArgs> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
VoiceReceivers
One or more voice_receiver blocks as defined below.
Declaration
public InputList<ActionGroupVoiceReceiverGetArgs> VoiceReceivers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ActionGroupVoiceReceiverGetArgs> |
WebhookReceivers
One or more webhook_receiver blocks as defined below.
Declaration
public InputList<ActionGroupWebhookReceiverGetArgs> WebhookReceivers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ActionGroupWebhookReceiverGetArgs> |