| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.fluent |
Package containing the service clients for MonitorClient.
|
| com.azure.resourcemanager.monitor.fluent.models |
Package containing the inner data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
LogSearchRuleResourceInner |
ScheduledQueryRulesClient.createOrUpdate(String resourceGroupName,
String ruleName,
LogSearchRuleResourceInner parameters)
Creates or updates an log search rule.
|
LogSearchRuleResourceInner |
ScheduledQueryRulesClient.getByResourceGroup(String resourceGroupName,
String ruleName)
Gets an Log Search rule.
|
LogSearchRuleResourceInner |
ScheduledQueryRulesClient.update(String resourceGroupName,
String ruleName,
LogSearchRuleResourcePatch parameters)
Update log search Rule.
|
| Modifier and Type | Method and Description |
|---|---|
LogSearchRuleResourceInner |
ScheduledQueryRulesClient.createOrUpdate(String resourceGroupName,
String ruleName,
LogSearchRuleResourceInner parameters)
Creates or updates an log search rule.
|
Mono<LogSearchRuleResourceInner> |
ScheduledQueryRulesClient.createOrUpdateAsync(String resourceGroupName,
String ruleName,
LogSearchRuleResourceInner parameters)
Creates or updates an log search rule.
|
com.azure.core.http.rest.Response<LogSearchRuleResourceInner> |
ScheduledQueryRulesClient.createOrUpdateWithResponse(String resourceGroupName,
String ruleName,
LogSearchRuleResourceInner parameters,
com.azure.core.util.Context context)
Creates or updates an log search rule.
|
Mono<com.azure.core.http.rest.Response<LogSearchRuleResourceInner>> |
ScheduledQueryRulesClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String ruleName,
LogSearchRuleResourceInner parameters)
Creates or updates an log search rule.
|
| Modifier and Type | Method and Description |
|---|---|
LogSearchRuleResourceInner |
LogSearchRuleResourceInner.withAction(Action action)
Set the action property: Action needs to be taken on rule execution.
|
LogSearchRuleResourceInner |
LogSearchRuleResourceInner.withDescription(String description)
Set the description property: The description of the Log Search rule.
|
LogSearchRuleResourceInner |
LogSearchRuleResourceInner.withEnabled(Enabled enabled)
Set the enabled property: The flag which indicates whether the Log Search rule is enabled.
|
LogSearchRuleResourceInner |
LogSearchRuleResourceInner.withSchedule(Schedule schedule)
Set the schedule property: Schedule (Frequency, Time Window) for rule.
|
LogSearchRuleResourceInner |
LogSearchRuleResourceInner.withSource(Source source)
Set the source property: Data Source against which rule will Query Data.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.