Show / Hide Table of Contents

Class ActionGroup

Manages an Action Group within Azure Monitor.

Inheritance
System.Object
Resource
CustomResource
ActionGroup
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 class ActionGroup : CustomResource

Constructors

View Source

ActionGroup(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 Source

ArmRoleReceivers

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>>
View Source

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>>
View Source

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>>
View Source

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>>
View Source

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>>
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 Output<bool?> Enabled { get; }
Property Value
Type Description
Output<System.Nullable<System.Boolean>>
View Source

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>>
View Source

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>>
View Source

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>
View Source

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>
View Source

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>
View Source

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>>
View Source

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>>
View Source

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>>
View Source

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 Source

Get(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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.