IScheduledQueryRuleResource.IsLegacyLogAnalyticsRule 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.
True if alert rule is legacy Log Analytic rule
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.Info(Description="True if alert rule is legacy Log Analytic rule", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isLegacyLogAnalyticsRule")]
public bool? IsLegacyLogAnalyticsRule { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.Info(Description="True if alert rule is legacy Log Analytic rule", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isLegacyLogAnalyticsRule")>]
member this.IsLegacyLogAnalyticsRule : Nullable<bool>
Public ReadOnly Property IsLegacyLogAnalyticsRule As Nullable(Of Boolean)
Property Value
- Attributes