Class ScheduledQueryRulesLogArgs
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ScheduledQueryRulesLogArgs : ResourceArgs
Constructors
View SourceScheduledQueryRulesLogArgs()
Declaration
public ScheduledQueryRulesLogArgs()
Properties
View SourceAuthorizedResourceIds
Declaration
public InputList<string> AuthorizedResourceIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Criteria
A criteria block as defined below.
Declaration
public Input<ScheduledQueryRulesLogCriteriaArgs> Criteria { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ScheduledQueryRulesLogCriteriaArgs> |
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> |
Description
The description of the scheduled query rule.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Location
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
Tags
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |