Uses of Class
com.azure.resourcemanager.monitor.fluent.models.LogSearchRuleResourceInner
Packages that use LogSearchRuleResourceInner
Package
Description
Package containing the service clients for MonitorClient.
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of LogSearchRuleResourceInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return LogSearchRuleResourceInnerModifier and TypeMethodDescriptionScheduledQueryRulesClient.createOrUpdate(String resourceGroupName, String ruleName, LogSearchRuleResourceInner parameters) Creates or updates an log search rule.ScheduledQueryRulesClient.getByResourceGroup(String resourceGroupName, String ruleName) Gets an Log Search rule.ScheduledQueryRulesClient.update(String resourceGroupName, String ruleName, LogSearchRuleResourcePatch parameters) Update log search Rule.Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type LogSearchRuleResourceInnerModifier and TypeMethodDescriptionScheduledQueryRulesClient.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.ScheduledQueryRulesClient.getByResourceGroupAsync(String resourceGroupName, String ruleName) Gets an Log Search rule.com.azure.core.http.rest.Response<LogSearchRuleResourceInner>ScheduledQueryRulesClient.getByResourceGroupWithResponse(String resourceGroupName, String ruleName, com.azure.core.util.Context context) Gets an Log Search rule.Mono<com.azure.core.http.rest.Response<LogSearchRuleResourceInner>>ScheduledQueryRulesClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String ruleName) Gets an Log Search rule.com.azure.core.http.rest.PagedIterable<LogSearchRuleResourceInner>ScheduledQueryRulesClient.list()List the Log Search rules within a subscription group.com.azure.core.http.rest.PagedIterable<LogSearchRuleResourceInner>List the Log Search rules within a subscription group.com.azure.core.http.rest.PagedFlux<LogSearchRuleResourceInner>ScheduledQueryRulesClient.listAsync()List the Log Search rules within a subscription group.com.azure.core.http.rest.PagedFlux<LogSearchRuleResourceInner>List the Log Search rules within a subscription group.com.azure.core.http.rest.PagedIterable<LogSearchRuleResourceInner>ScheduledQueryRulesClient.listByResourceGroup(String resourceGroupName) List the Log Search rules within a resource group.com.azure.core.http.rest.PagedIterable<LogSearchRuleResourceInner>ScheduledQueryRulesClient.listByResourceGroup(String resourceGroupName, String filter, com.azure.core.util.Context context) List the Log Search rules within a resource group.com.azure.core.http.rest.PagedFlux<LogSearchRuleResourceInner>ScheduledQueryRulesClient.listByResourceGroupAsync(String resourceGroupName) List the Log Search rules within a resource group.com.azure.core.http.rest.PagedFlux<LogSearchRuleResourceInner>ScheduledQueryRulesClient.listByResourceGroupAsync(String resourceGroupName, String filter) List the Log Search rules within a resource group.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.Methods in com.azure.resourcemanager.monitor.fluent with parameters of type LogSearchRuleResourceInnerModifier and TypeMethodDescriptionScheduledQueryRulesClient.createOrUpdate(String resourceGroupName, String ruleName, LogSearchRuleResourceInner parameters) Creates or updates an log search rule.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. -
Uses of LogSearchRuleResourceInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return LogSearchRuleResourceInnerModifier and TypeMethodDescriptionLogSearchRuleResourceInner.withAction(Action action) Set the action property: Action needs to be taken on rule execution.LogSearchRuleResourceInner.withAutoMitigate(Boolean autoMitigate) Set the autoMitigate property: The flag that indicates whether the alert should be automatically resolved or not.LogSearchRuleResourceInner.withDescription(String description) Set the description property: The description of the Log Search rule.LogSearchRuleResourceInner.withDisplayName(String displayName) Set the displayName property: The display name of the alert rule.LogSearchRuleResourceInner.withEnabled(Enabled enabled) Set the enabled property: The flag which indicates whether the Log Search rule is enabled.LogSearchRuleResourceInner.withLocation(String location) LogSearchRuleResourceInner.withSchedule(Schedule schedule) Set the schedule property: Schedule (Frequency, Time Window) for rule.LogSearchRuleResourceInner.withSource(Source source) Set the source property: Data Source against which rule will Query Data. -
Uses of LogSearchRuleResourceInner in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type LogSearchRuleResourceInnerModifier and TypeMethodDescriptionLogSearchRuleResourceCollection.value()Get the value property: The values for the Log Search Rule resources.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type LogSearchRuleResourceInnerModifier and TypeMethodDescriptionLogSearchRuleResourceCollection.withValue(List<LogSearchRuleResourceInner> value) Set the value property: The values for the Log Search Rule resources.