Show / Hide Table of Contents

Class ScheduledQueryRulesLogArgs

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

Constructors

View Source

ScheduledQueryRulesLogArgs()

Declaration
public ScheduledQueryRulesLogArgs()

Properties

View Source

AuthorizedResourceIds

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

Criteria

A criteria block as defined below.

Declaration
public Input<ScheduledQueryRulesLogCriteriaArgs> Criteria { get; set; }
Property Value
Type Description
Input<ScheduledQueryRulesLogCriteriaArgs>
View Source

DataSourceId

The resource uri over which log search query is to be run.

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

Description

The description of the scheduled query rule.

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

Enabled

Whether this scheduled query rule is enabled. Default is true.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Location

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

Name

The name of the scheduled query rule. Changing this forces a new resource to be created.

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

ResourceGroupName

The name of the resource group in which to create the scheduled query rule instance.

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

Tags

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