| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.fluent.models |
Package containing the inner data models for MonitorClient.
|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
Schedule |
LogSearchRuleResourceInner.schedule()
Get the schedule property: Schedule (Frequency, Time Window) for rule.
|
| Modifier and Type | Method and Description |
|---|---|
LogSearchRuleResourceInner |
LogSearchRuleResourceInner.withSchedule(Schedule schedule)
Set the schedule property: Schedule (Frequency, Time Window) for rule.
|
| Modifier and Type | Method and Description |
|---|---|
Schedule |
Schedule.withFrequencyInMinutes(int frequencyInMinutes)
Set the frequencyInMinutes property: frequency (in minutes) at which rule condition should be evaluated.
|
Schedule |
Schedule.withTimeWindowInMinutes(int timeWindowInMinutes)
Set the timeWindowInMinutes property: Time window for which data needs to be fetched for query (should be greater
than or equal to frequencyInMinutes).
|
Copyright © 2020 Microsoft Corporation. All rights reserved.