Share via


IScheduledQueryRuleResource.Kind Property

Definition

Indicates the type of scheduled query rule. The default is LogAlert.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.PSArgumentCompleter(new System.String[] { "LogAlert", "LogToMetric" })]
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.Info(Create=true, Description="Indicates the type of scheduled query rule. The default is LogAlert.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="kind", Update=true)]
public string Kind { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.PSArgumentCompleter(new System.String[] { "LogAlert", "LogToMetric" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.Info(Create=true, Description="Indicates the type of scheduled query rule. The default is LogAlert.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="kind", Update=true)>]
member this.Kind : string with get, set
Public Property Kind As String

Property Value

Attributes

Applies to