Uses of Class
com.azure.resourcemanager.monitor.fluent.models.ScheduledQueryRuleResourceInner
Packages that use ScheduledQueryRuleResourceInner
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 ScheduledQueryRuleResourceInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return ScheduledQueryRuleResourceInnerModifier and TypeMethodDescriptionScheduledQueryRulesClient.createOrUpdate(String resourceGroupName, String ruleName, ScheduledQueryRuleResourceInner parameters) Creates or updates a scheduled query rule.ScheduledQueryRulesClient.getByResourceGroup(String resourceGroupName, String ruleName) Retrieve an scheduled query rule definition.ScheduledQueryRulesClient.update(String resourceGroupName, String ruleName, ScheduledQueryRuleResourcePatch parameters) Update a scheduled query rule.Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type ScheduledQueryRuleResourceInnerModifier and TypeMethodDescriptionScheduledQueryRulesClient.createOrUpdateAsync(String resourceGroupName, String ruleName, ScheduledQueryRuleResourceInner parameters) Creates or updates a scheduled query rule.com.azure.core.http.rest.Response<ScheduledQueryRuleResourceInner> ScheduledQueryRulesClient.createOrUpdateWithResponse(String resourceGroupName, String ruleName, ScheduledQueryRuleResourceInner parameters, com.azure.core.util.Context context) Creates or updates a scheduled query rule.Mono<com.azure.core.http.rest.Response<ScheduledQueryRuleResourceInner>> ScheduledQueryRulesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String ruleName, ScheduledQueryRuleResourceInner parameters) Creates or updates a scheduled query rule.ScheduledQueryRulesClient.getByResourceGroupAsync(String resourceGroupName, String ruleName) Retrieve an scheduled query rule definition.com.azure.core.http.rest.Response<ScheduledQueryRuleResourceInner> ScheduledQueryRulesClient.getByResourceGroupWithResponse(String resourceGroupName, String ruleName, com.azure.core.util.Context context) Retrieve an scheduled query rule definition.Mono<com.azure.core.http.rest.Response<ScheduledQueryRuleResourceInner>> ScheduledQueryRulesClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String ruleName) Retrieve an scheduled query rule definition.com.azure.core.http.rest.PagedIterable<ScheduledQueryRuleResourceInner> ScheduledQueryRulesClient.list()Retrieve a scheduled query rule definitions in a subscription.com.azure.core.http.rest.PagedIterable<ScheduledQueryRuleResourceInner> ScheduledQueryRulesClient.list(com.azure.core.util.Context context) Retrieve a scheduled query rule definitions in a subscription.com.azure.core.http.rest.PagedFlux<ScheduledQueryRuleResourceInner> ScheduledQueryRulesClient.listAsync()Retrieve a scheduled query rule definitions in a subscription.com.azure.core.http.rest.PagedIterable<ScheduledQueryRuleResourceInner> ScheduledQueryRulesClient.listByResourceGroup(String resourceGroupName) Retrieve scheduled query rule definitions in a resource group.com.azure.core.http.rest.PagedIterable<ScheduledQueryRuleResourceInner> ScheduledQueryRulesClient.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Retrieve scheduled query rule definitions in a resource group.com.azure.core.http.rest.PagedFlux<ScheduledQueryRuleResourceInner> ScheduledQueryRulesClient.listByResourceGroupAsync(String resourceGroupName) Retrieve scheduled query rule definitions in a resource group.ScheduledQueryRulesClient.updateAsync(String resourceGroupName, String ruleName, ScheduledQueryRuleResourcePatch parameters) Update a scheduled query rule.com.azure.core.http.rest.Response<ScheduledQueryRuleResourceInner> ScheduledQueryRulesClient.updateWithResponse(String resourceGroupName, String ruleName, ScheduledQueryRuleResourcePatch parameters, com.azure.core.util.Context context) Update a scheduled query rule.Mono<com.azure.core.http.rest.Response<ScheduledQueryRuleResourceInner>> ScheduledQueryRulesClient.updateWithResponseAsync(String resourceGroupName, String ruleName, ScheduledQueryRuleResourcePatch parameters) Update a scheduled query rule.Methods in com.azure.resourcemanager.monitor.fluent with parameters of type ScheduledQueryRuleResourceInnerModifier and TypeMethodDescriptionScheduledQueryRulesClient.createOrUpdate(String resourceGroupName, String ruleName, ScheduledQueryRuleResourceInner parameters) Creates or updates a scheduled query rule.ScheduledQueryRulesClient.createOrUpdateAsync(String resourceGroupName, String ruleName, ScheduledQueryRuleResourceInner parameters) Creates or updates a scheduled query rule.com.azure.core.http.rest.Response<ScheduledQueryRuleResourceInner> ScheduledQueryRulesClient.createOrUpdateWithResponse(String resourceGroupName, String ruleName, ScheduledQueryRuleResourceInner parameters, com.azure.core.util.Context context) Creates or updates a scheduled query rule.Mono<com.azure.core.http.rest.Response<ScheduledQueryRuleResourceInner>> ScheduledQueryRulesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String ruleName, ScheduledQueryRuleResourceInner parameters) Creates or updates a scheduled query rule. -
Uses of ScheduledQueryRuleResourceInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return ScheduledQueryRuleResourceInnerModifier and TypeMethodDescriptionScheduledQueryRuleResourceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ScheduledQueryRuleResourceInner from the JsonReader.ScheduledQueryRuleResourceInner.withActions(Actions actions) Set the actions property: Actions to invoke when the alert fires.ScheduledQueryRuleResourceInner.withAutoMitigate(Boolean autoMitigate) Set the autoMitigate property: The flag that indicates whether the alert should be automatically resolved or not.ScheduledQueryRuleResourceInner.withCheckWorkspaceAlertsStorageConfigured(Boolean checkWorkspaceAlertsStorageConfigured) Set the checkWorkspaceAlertsStorageConfigured property: The flag which indicates whether this scheduled query rule should be stored in the customer's storage.ScheduledQueryRuleResourceInner.withCriteria(ScheduledQueryRuleCriteria criteria) Set the criteria property: The rule criteria that defines the conditions of the scheduled query rule.ScheduledQueryRuleResourceInner.withDescription(String description) Set the description property: The description of the scheduled query rule.ScheduledQueryRuleResourceInner.withDisplayName(String displayName) Set the displayName property: The display name of the alert rule.ScheduledQueryRuleResourceInner.withEnabled(Boolean enabled) Set the enabled property: The flag which indicates whether this scheduled query rule is enabled.ScheduledQueryRuleResourceInner.withEvaluationFrequency(Duration evaluationFrequency) Set the evaluationFrequency property: How often the scheduled query rule is evaluated represented in ISO 8601 duration format.Set the kind property: Indicates the type of scheduled query rule.ScheduledQueryRuleResourceInner.withLocation(String location) ScheduledQueryRuleResourceInner.withMuteActionsDuration(Duration muteActionsDuration) Set the muteActionsDuration property: Mute actions for the chosen period of time (in ISO 8601 duration format) after the alert is fired.ScheduledQueryRuleResourceInner.withOverrideQueryTimeRange(Duration overrideQueryTimeRange) Set the overrideQueryTimeRange property: If specified then overrides the query time range (default is WindowSize*NumberOfEvaluationPeriods).ScheduledQueryRuleResourceInner.withScopes(List<String> scopes) Set the scopes property: The list of resource id's that this scheduled query rule is scoped to.ScheduledQueryRuleResourceInner.withSeverity(AlertSeverity severity) Set the severity property: Severity of the alert.ScheduledQueryRuleResourceInner.withSkipQueryValidation(Boolean skipQueryValidation) Set the skipQueryValidation property: The flag which indicates whether the provided query should be validated or not.ScheduledQueryRuleResourceInner.withTargetResourceTypes(List<String> targetResourceTypes) Set the targetResourceTypes property: List of resource type of the target resource(s) on which the alert is created/updated.ScheduledQueryRuleResourceInner.withWindowSize(Duration windowSize) Set the windowSize property: The period of time (in ISO 8601 duration format) on which the Alert query will be executed (bin size). -
Uses of ScheduledQueryRuleResourceInner in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type ScheduledQueryRuleResourceInnerModifier and TypeMethodDescriptionScheduledQueryRuleResourceCollection.value()Get the value property: The values for the scheduled query rule resources.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type ScheduledQueryRuleResourceInnerModifier and TypeMethodDescriptionScheduledQueryRuleResourceCollection.withValue(List<ScheduledQueryRuleResourceInner> value) Set the value property: The values for the scheduled query rule resources.