Uses of Class
com.azure.resourcemanager.monitor.fluent.models.AlertRuleResourceInner
-
Packages that use AlertRuleResourceInner 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 AlertRuleResourceInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return AlertRuleResourceInner Modifier and Type Method Description AlertRuleResourceInnerAlertRulesClient. createOrUpdate(String resourceGroupName, String ruleName, AlertRuleResourceInner parameters)Creates or updates a classic metric alert rule.AlertRuleResourceInnerAlertRulesClient. getByResourceGroup(String resourceGroupName, String ruleName)Gets a classic metric alert rule.AlertRuleResourceInnerAlertRulesClient. 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 AlertRuleResourceInner Modifier and Type Method Description Mono<AlertRuleResourceInner>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.Mono<AlertRuleResourceInner>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.Mono<AlertRuleResourceInner>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 AlertRuleResourceInner Modifier and Type Method Description AlertRuleResourceInnerAlertRulesClient. createOrUpdate(String resourceGroupName, String ruleName, AlertRuleResourceInner parameters)Creates or updates a classic metric alert rule.Mono<AlertRuleResourceInner>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 AlertRuleResourceInner Modifier and Type Method Description AlertRuleResourceInnerAlertRuleResourceInner. withAction(RuleAction action)Set the action property: action that is performed when the alert rule becomes active, and when an alert condition is resolved.AlertRuleResourceInnerAlertRuleResourceInner. 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.AlertRuleResourceInnerAlertRuleResourceInner. withCondition(RuleCondition condition)Set the condition property: the condition that results in the alert rule being activated.AlertRuleResourceInnerAlertRuleResourceInner. withDescription(String description)Set the description property: the description of the alert rule that will be included in the alert email.AlertRuleResourceInnerAlertRuleResourceInner. withIsEnabled(boolean isEnabled)Set the isEnabled property: the flag that indicates whether the alert rule is enabled.AlertRuleResourceInnerAlertRuleResourceInner. withLocation(String location)AlertRuleResourceInnerAlertRuleResourceInner. withNamePropertiesName(String namePropertiesName)Set the namePropertiesName property: the name of the alert rule.AlertRuleResourceInnerAlertRuleResourceInner. withProvisioningState(String provisioningState)Set the provisioningState property: the provisioning state.AlertRuleResourceInnerAlertRuleResourceInner. withTags(Map<String,String> tags) -
Uses of AlertRuleResourceInner in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type AlertRuleResourceInner Modifier and Type Method Description List<AlertRuleResourceInner>AlertRuleResourceCollection. 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 AlertRuleResourceInner Modifier and Type Method Description AlertRuleResourceCollectionAlertRuleResourceCollection. withValue(List<AlertRuleResourceInner> value)Set the value property: the values for the alert rule resources.
-