Uses of Class
com.azure.resourcemanager.loganalytics.models.RuleDefinition
Packages that use RuleDefinition
Package
Description
Package containing the inner data models for LogAnalytics.
Package containing the data models for LogAnalytics.
-
Uses of RuleDefinition in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return RuleDefinitionModifier and TypeMethodDescriptionSummaryLogsInner.ruleDefinition()Get the ruleDefinition property: Rule definition parameters.SummaryLogsProperties.ruleDefinition()Get the ruleDefinition property: Rule definition parameters.Methods in com.azure.resourcemanager.loganalytics.fluent.models with parameters of type RuleDefinitionModifier and TypeMethodDescriptionSummaryLogsInner.withRuleDefinition(RuleDefinition ruleDefinition) Set the ruleDefinition property: Rule definition parameters.SummaryLogsProperties.withRuleDefinition(RuleDefinition ruleDefinition) Set the ruleDefinition property: Rule definition parameters. -
Uses of RuleDefinition in com.azure.resourcemanager.loganalytics.models
Classes in com.azure.resourcemanager.loganalytics.models that implement interfaces with type arguments of type RuleDefinitionMethods in com.azure.resourcemanager.loganalytics.models that return RuleDefinitionModifier and TypeMethodDescriptionstatic RuleDefinitionRuleDefinition.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RuleDefinition from the JsonReader.SummaryLogs.ruleDefinition()Gets the ruleDefinition property: Rule definition parameters.RuleDefinition.withBinDelay(Integer binDelay) Set the binDelay property: The minimum delay in seconds before bin processing.RuleDefinition.withBinSize(Integer binSize) Set the binSize property: Scheduled window in minutes.RuleDefinition.withBinStartTime(OffsetDateTime binStartTime) Set the binStartTime property: The start time (UTC) when Summary rule execution starts.RuleDefinition.withDestinationTable(String destinationTable) Set the destinationTable property: The destination table used for the Summary rule results.Set the query property: Summary rule query.RuleDefinition.withTimeSelector(TimeSelectorEnum timeSelector) Set the timeSelector property: The time cursor used in Summary rules bins processing, e.g.Methods in com.azure.resourcemanager.loganalytics.models with parameters of type RuleDefinitionModifier and TypeMethodDescriptionSummaryLogs.DefinitionStages.WithRuleDefinition.withRuleDefinition(RuleDefinition ruleDefinition) Specifies the ruleDefinition property: Rule definition parameters..SummaryLogs.UpdateStages.WithRuleDefinition.withRuleDefinition(RuleDefinition ruleDefinition) Specifies the ruleDefinition property: Rule definition parameters..