| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.fluent |
Package containing the service clients for MonitorClient.
|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
LogSearchRuleResourceInner |
ScheduledQueryRulesClient.update(String resourceGroupName,
String ruleName,
LogSearchRuleResourcePatch parameters)
Update log search Rule.
|
Mono<LogSearchRuleResourceInner> |
ScheduledQueryRulesClient.updateAsync(String resourceGroupName,
String ruleName,
LogSearchRuleResourcePatch parameters)
Update log search Rule.
|
com.azure.core.http.rest.Response<LogSearchRuleResourceInner> |
ScheduledQueryRulesClient.updateWithResponse(String resourceGroupName,
String ruleName,
LogSearchRuleResourcePatch parameters,
com.azure.core.util.Context context)
Update log search Rule.
|
Mono<com.azure.core.http.rest.Response<LogSearchRuleResourceInner>> |
ScheduledQueryRulesClient.updateWithResponseAsync(String resourceGroupName,
String ruleName,
LogSearchRuleResourcePatch parameters)
Update log search Rule.
|
| Modifier and Type | Method and Description |
|---|---|
LogSearchRuleResourcePatch |
LogSearchRuleResourcePatch.withEnabled(Enabled enabled)
Set the enabled property: The flag which indicates whether the Log Search rule is enabled.
|
LogSearchRuleResourcePatch |
LogSearchRuleResourcePatch.withTags(Map<String,String> tags)
Set the tags property: Resource tags.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.