Uses of Class
com.azure.resourcemanager.monitor.fluent.models.AlertRuleResourceInner
Packages that use AlertRuleResourceInner
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 AlertRuleResourceInner in com.azure.resourcemanager.monitor.fluent
Subinterfaces with type arguments of type AlertRuleResourceInner in com.azure.resourcemanager.monitor.fluentModifier and TypeInterfaceDescriptioninterfaceAn instance of this class provides access to all the operations defined in AlertRulesClient.interfaceAn instance of this class provides access to all the operations defined in AlertRulesClient.Methods in com.azure.resourcemanager.monitor.fluent that return AlertRuleResourceInnerModifier and TypeMethodDescriptionAlertRulesClient.createOrUpdate(String resourceGroupName, String ruleName, AlertRuleResourceInner parameters) Creates or updates a classic metric alert rule.AlertRulesClient.getByResourceGroup(String resourceGroupName, String ruleName) Gets a classic metric alert rule.AlertRulesClient.update(String resourceGroupName, String ruleName, AlertRuleResourcePatch alertRulesResource) Updates an existing classic metric AlertRuleResource.Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type AlertRuleResourceInnerModifier and TypeMethodDescriptionAlertRulesClient.createOrUpdateAsync(String resourceGroupName, String ruleName, AlertRuleResourceInner parameters) Creates or updates a classic metric alert rule.com.azure.core.http.rest.Response<AlertRuleResourceInner> AlertRulesClient.createOrUpdateWithResponse(String resourceGroupName, String ruleName, AlertRuleResourceInner parameters, com.azure.core.util.Context context) Creates or updates a classic metric alert rule.Mono<com.azure.core.http.rest.Response<AlertRuleResourceInner>> AlertRulesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String ruleName, AlertRuleResourceInner parameters) Creates or updates a classic metric alert rule.AlertRulesClient.getByResourceGroupAsync(String resourceGroupName, String ruleName) Gets a classic metric alert rule.com.azure.core.http.rest.Response<AlertRuleResourceInner> AlertRulesClient.getByResourceGroupWithResponse(String resourceGroupName, String ruleName, com.azure.core.util.Context context) Gets a classic metric alert rule.Mono<com.azure.core.http.rest.Response<AlertRuleResourceInner>> AlertRulesClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String ruleName) Gets a classic metric alert rule.com.azure.core.http.rest.PagedIterable<AlertRuleResourceInner> AlertRulesClient.list()List the classic metric alert rules within a subscription.com.azure.core.http.rest.PagedIterable<AlertRuleResourceInner> AlertRulesClient.list(com.azure.core.util.Context context) List the classic metric alert rules within a subscription.com.azure.core.http.rest.PagedFlux<AlertRuleResourceInner> AlertRulesClient.listAsync()List the classic metric alert rules within a subscription.com.azure.core.http.rest.PagedIterable<AlertRuleResourceInner> AlertRulesClient.listByResourceGroup(String resourceGroupName) List the classic metric alert rules within a resource group.com.azure.core.http.rest.PagedIterable<AlertRuleResourceInner> AlertRulesClient.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) List the classic metric alert rules within a resource group.com.azure.core.http.rest.PagedFlux<AlertRuleResourceInner> AlertRulesClient.listByResourceGroupAsync(String resourceGroupName) List the classic metric alert rules within a resource group.AlertRulesClient.updateAsync(String resourceGroupName, String ruleName, AlertRuleResourcePatch alertRulesResource) Updates an existing classic metric AlertRuleResource.com.azure.core.http.rest.Response<AlertRuleResourceInner> AlertRulesClient.updateWithResponse(String resourceGroupName, String ruleName, AlertRuleResourcePatch alertRulesResource, com.azure.core.util.Context context) Updates an existing classic metric AlertRuleResource.Mono<com.azure.core.http.rest.Response<AlertRuleResourceInner>> AlertRulesClient.updateWithResponseAsync(String resourceGroupName, String ruleName, AlertRuleResourcePatch alertRulesResource) Updates an existing classic metric AlertRuleResource.Methods in com.azure.resourcemanager.monitor.fluent with parameters of type AlertRuleResourceInnerModifier and TypeMethodDescriptionAlertRulesClient.createOrUpdate(String resourceGroupName, String ruleName, AlertRuleResourceInner parameters) Creates or updates a classic metric alert rule.AlertRulesClient.createOrUpdateAsync(String resourceGroupName, String ruleName, AlertRuleResourceInner parameters) Creates or updates a classic metric alert rule.com.azure.core.http.rest.Response<AlertRuleResourceInner> AlertRulesClient.createOrUpdateWithResponse(String resourceGroupName, String ruleName, AlertRuleResourceInner parameters, com.azure.core.util.Context context) Creates or updates a classic metric alert rule.Mono<com.azure.core.http.rest.Response<AlertRuleResourceInner>> AlertRulesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String ruleName, AlertRuleResourceInner parameters) Creates or updates a classic metric alert rule. -
Uses of AlertRuleResourceInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return AlertRuleResourceInnerModifier and TypeMethodDescriptionstatic AlertRuleResourceInnerAlertRuleResourceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AlertRuleResourceInner from the JsonReader.AlertRuleResourceInner.withAction(RuleAction action) Set the action property: action that is performed when the alert rule becomes active, and when an alert condition is resolved.AlertRuleResourceInner.withActions(List<RuleAction> actions) Set the actions property: the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved.AlertRuleResourceInner.withCondition(RuleCondition condition) Set the condition property: the condition that results in the alert rule being activated.AlertRuleResourceInner.withDescription(String description) Set the description property: the description of the alert rule that will be included in the alert email.AlertRuleResourceInner.withIsEnabled(boolean isEnabled) Set the isEnabled property: the flag that indicates whether the alert rule is enabled.AlertRuleResourceInner.withLocation(String location) AlertRuleResourceInner.withNamePropertiesName(String name) Set the name property: the name of the alert rule.AlertRuleResourceInner.withProvisioningState(String provisioningState) Set the provisioningState property: the provisioning state. -
Uses of AlertRuleResourceInner in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type AlertRuleResourceInnerModifier and TypeMethodDescriptionAlertRuleResourceCollection.value()Get the value property: the values for the alert rule resources.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type AlertRuleResourceInnerModifier and TypeMethodDescriptionAlertRuleResourceCollection.withValue(List<AlertRuleResourceInner> value) Set the value property: the values for the alert rule resources.