Show / Hide Table of Contents

Class ActivityLogAlertCriteria

Inheritance
System.Object
ActivityLogAlertCriteria
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ActivityLogAlertCriteria

Fields

View Source

Caller

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

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

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

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

ResourceGroup

The name of resource group monitored by the activity log alert.

Declaration
public readonly string ResourceGroup
Field Value
Type Description
System.String
View Source

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

ResourceProvider

The name of the resource provider monitored by the activity log alert.

Declaration
public readonly string ResourceProvider
Field Value
Type Description
System.String
View Source

ResourceType

The resource type monitored by the activity log alert.

Declaration
public readonly string ResourceType
Field Value
Type Description
System.String
View Source

Status

The status of the event. For example, Started, Failed, or Succeeded.

Declaration
public readonly string Status
Field Value
Type Description
System.String
View Source

SubStatus

The sub status of the event.

Declaration
public readonly string SubStatus
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.