Show / Hide Table of Contents

Class ActivityLogAlertCriteriaGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ActivityLogAlertCriteriaGetArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ActivityLogAlertCriteriaGetArgs : ResourceArgs

Constructors

View Source

ActivityLogAlertCriteriaGetArgs()

Declaration
public ActivityLogAlertCriteriaGetArgs()

Properties

View Source

Caller

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

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

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

OperationName

The Resource Manager Role-Based Access Control operation name. Supported operation should be of the form: &lt;resourceProvider>/&lt;resourceType>/&lt;operation>.

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

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

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

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

ResourceType

The resource type monitored by the activity log alert.

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

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

SubStatus

The sub status of the event.

Declaration
public Input<string> SubStatus { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.