Class ActivityLogAlertCriteriaArgs
Inherited Members
Namespace: Pulumi.Azure.Monitoring.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ActivityLogAlertCriteriaArgs : ResourceArgs
Constructors
View SourceActivityLogAlertCriteriaArgs()
Declaration
public ActivityLogAlertCriteriaArgs()
Properties
View SourceCaller
The email address or Azure Active Directory identifier of the user who performed the operation.
Declaration
public Input<string> Caller { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Category
The category of the operation. Possible values are Administrative, Autoscale, Policy, Recommendation, ResourceHealth, Security and ServiceHealth.
Declaration
public Input<string> Category { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Level
The severity level of the event. Possible values are Verbose, Informational, Warning, Error, and Critical.
Declaration
public Input<string> Level { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OperationName
The Resource Manager Role-Based Access Control operation name. Supported operation should be of the form: <resourceProvider>/<resourceType>/<operation>.
Declaration
public Input<string> OperationName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroup
The name of resource group monitored by the activity log alert.
Declaration
public Input<string> ResourceGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceId
The specific resource monitored by the activity log alert. It should be within one of the scopes.
Declaration
public Input<string> ResourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceProvider
The name of the resource provider monitored by the activity log alert.
Declaration
public Input<string> ResourceProvider { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceType
The resource type monitored by the activity log alert.
Declaration
public Input<string> ResourceType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
The status of the event. For example, Started, Failed, or Succeeded.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubStatus
The sub status of the event.
Declaration
public Input<string> SubStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |