Class ActivityLogAlertState
Inherited Members
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 SourceActivityLogAlertState()
Declaration
public ActivityLogAlertState()
Properties
View SourceActions
One or more action blocks as defined below.
Declaration
public InputList<ActivityLogAlertActionGetArgs> Actions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ActivityLogAlertActionGetArgs> |
Criteria
A criteria block as defined below.
Declaration
public Input<ActivityLogAlertCriteriaGetArgs> Criteria { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ActivityLogAlertCriteriaGetArgs> |
Description
The description of this activity log alert.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |
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> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |