Class ActionGroup
Manages an Action Group within Azure Monitor.
Inherited Members
Namespace: Pulumi.Azure.Monitoring
Assembly: Pulumi.Azure.dll
Syntax
public class ActionGroup : CustomResource
Constructors
View SourceActionGroup(String, ActionGroupArgs, CustomResourceOptions)
Create a ActionGroup resource with the given unique name, arguments, and options.
Declaration
public ActionGroup(string name, ActionGroupArgs args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| ActionGroupArgs | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceArmRoleReceivers
One or more arm_role_receiver blocks as defined below.
Declaration
public Output<ImmutableArray<ActionGroupArmRoleReceiver>> ArmRoleReceivers { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<ActionGroupArmRoleReceiver>> |
AutomationRunbookReceivers
One or more automation_runbook_receiver blocks as defined below.
Declaration
public Output<ImmutableArray<ActionGroupAutomationRunbookReceiver>> AutomationRunbookReceivers { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<ActionGroupAutomationRunbookReceiver>> |
AzureAppPushReceivers
One or more azure_app_push_receiver blocks as defined below.
Declaration
public Output<ImmutableArray<ActionGroupAzureAppPushReceiver>> AzureAppPushReceivers { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<ActionGroupAzureAppPushReceiver>> |
AzureFunctionReceivers
One or more azure_function_receiver blocks as defined below.
Declaration
public Output<ImmutableArray<ActionGroupAzureFunctionReceiver>> AzureFunctionReceivers { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<ActionGroupAzureFunctionReceiver>> |
EmailReceivers
One or more email_receiver blocks as defined below.
Declaration
public Output<ImmutableArray<ActionGroupEmailReceiver>> EmailReceivers { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<ActionGroupEmailReceiver>> |
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 Output<bool?> Enabled { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Nullable<System.Boolean>> |
ItsmReceivers
One or more itsm_receiver blocks as defined below.
Declaration
public Output<ImmutableArray<ActionGroupItsmReceiver>> ItsmReceivers { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<ActionGroupItsmReceiver>> |
LogicAppReceivers
One or more logic_app_receiver blocks as defined below.
Declaration
public Output<ImmutableArray<ActionGroupLogicAppReceiver>> LogicAppReceivers { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<ActionGroupLogicAppReceiver>> |
Name
The name of the Action Group. Changing this forces a new resource to be created.
Declaration
public Output<string> Name { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
ResourceGroupName
The name of the resource group in which to create the Action Group instance.
Declaration
public Output<string> ResourceGroupName { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
ShortName
The short name of the action group. This will be used in SMS messages.
Declaration
public Output<string> ShortName { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
SmsReceivers
One or more sms_receiver blocks as defined below.
Declaration
public Output<ImmutableArray<ActionGroupSmsReceiver>> SmsReceivers { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<ActionGroupSmsReceiver>> |
Tags
A mapping of tags to assign to the resource.
Declaration
public Output<ImmutableDictionary<string, string>> Tags { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableDictionary<System.String, System.String>> |
VoiceReceivers
One or more voice_receiver blocks as defined below.
Declaration
public Output<ImmutableArray<ActionGroupVoiceReceiver>> VoiceReceivers { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<ActionGroupVoiceReceiver>> |
WebhookReceivers
One or more webhook_receiver blocks as defined below.
Declaration
public Output<ImmutableArray<ActionGroupWebhookReceiver>> WebhookReceivers { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<ActionGroupWebhookReceiver>> |
Methods
View SourceGet(String, Input<String>, ActionGroupState, CustomResourceOptions)
Get an existing ActionGroup resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static ActionGroup Get(string name, Input<string> id, ActionGroupState state = null, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resulting resource. |
| Input<System.String> | id | The unique provider ID of the resource to lookup. |
| ActionGroupState | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| ActionGroup |