ScheduledQueryRuleData.Kind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the type of scheduled query rule. The default is LogAlert.
public Azure.ResourceManager.Monitor.Models.ScheduledQueryRuleKind? Kind { get; set; }
member this.Kind : Nullable<Azure.ResourceManager.Monitor.Models.ScheduledQueryRuleKind> with get, set
Public Property Kind As Nullable(Of ScheduledQueryRuleKind)