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