Uses of Class
com.azure.resourcemanager.monitor.fluent.models.LogSearchRuleResourceInner
-
Packages that use LogSearchRuleResourceInner 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.com.azure.resourcemanager.monitor.models 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 LogSearchRuleResourceInner Modifier and Type Method Description LogSearchRuleResourceInnerScheduledQueryRulesClient. createOrUpdate(String resourceGroupName, String ruleName, LogSearchRuleResourceInner parameters)Creates or updates an log search rule.LogSearchRuleResourceInnerScheduledQueryRulesClient. getByResourceGroup(String resourceGroupName, String ruleName)Gets an Log Search rule.LogSearchRuleResourceInnerScheduledQueryRulesClient. 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 LogSearchRuleResourceInner Modifier and Type Method Description 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.Mono<LogSearchRuleResourceInner>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>ScheduledQueryRulesClient. list(String filter, com.azure.core.util.Context context)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>ScheduledQueryRulesClient. listAsync(String filter)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.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.Methods in com.azure.resourcemanager.monitor.fluent with parameters of type LogSearchRuleResourceInner Modifier and Type Method Description LogSearchRuleResourceInnerScheduledQueryRulesClient. 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. -
Uses of LogSearchRuleResourceInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return LogSearchRuleResourceInner Modifier and Type Method Description LogSearchRuleResourceInnerLogSearchRuleResourceInner. withAction(Action action)Set the action property: Action needs to be taken on rule execution.LogSearchRuleResourceInnerLogSearchRuleResourceInner. withAutoMitigate(Boolean autoMitigate)Set the autoMitigate property: The flag that indicates whether the alert should be automatically resolved or not.LogSearchRuleResourceInnerLogSearchRuleResourceInner. withDescription(String description)Set the description property: The description of the Log Search rule.LogSearchRuleResourceInnerLogSearchRuleResourceInner. withDisplayName(String displayName)Set the displayName property: The display name of the alert rule.LogSearchRuleResourceInnerLogSearchRuleResourceInner. withEnabled(Enabled enabled)Set the enabled property: The flag which indicates whether the Log Search rule is enabled.LogSearchRuleResourceInnerLogSearchRuleResourceInner. withLocation(String location)LogSearchRuleResourceInnerLogSearchRuleResourceInner. withSchedule(Schedule schedule)Set the schedule property: Schedule (Frequency, Time Window) for rule.LogSearchRuleResourceInnerLogSearchRuleResourceInner. withSource(Source source)Set the source property: Data Source against which rule will Query Data.LogSearchRuleResourceInnerLogSearchRuleResourceInner. withTags(Map<String,String> tags) -
Uses of LogSearchRuleResourceInner in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type LogSearchRuleResourceInner Modifier and Type Method Description List<LogSearchRuleResourceInner>LogSearchRuleResourceCollection. 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 LogSearchRuleResourceInner Modifier and Type Method Description LogSearchRuleResourceCollectionLogSearchRuleResourceCollection. withValue(List<LogSearchRuleResourceInner> value)Set the value property: The values for the Log Search Rule resources.
-