Show / Hide Table of Contents

Class ActivityLogAlertState

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

Constructors

View Source

ActivityLogAlertState()

Declaration
public ActivityLogAlertState()

Properties

View Source

Actions

One or more action blocks as defined below.

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

Criteria

A criteria block as defined below.

Declaration
public Input<ActivityLogAlertCriteriaGetArgs> Criteria { get; set; }
Property Value
Type Description
Input<ActivityLogAlertCriteriaGetArgs>
View Source

Description

The description of this activity log alert.

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

Enabled

Should this Activity Log Alert be enabled? Defaults to true.

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

Name

The name of the activity log alert. 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 activity log alert instance.

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

Scopes

The Scope at which the Activity Log should be applied, for example a the Resource ID of a Subscription or a Resource (such as a Storage Account).

Declaration
public InputList<string> Scopes { get; set; }
Property Value
Type Description
InputList<System.String>
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
Back to top Copyright 2016-2020, Pulumi Corporation.