Uses of Class
com.azure.resourcemanager.monitor.fluent.models.MetricAlertResourceInner
Packages that use MetricAlertResourceInner
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 MetricAlertResourceInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return MetricAlertResourceInnerModifier and TypeMethodDescriptionMetricAlertsClient.createOrUpdate
(String resourceGroupName, String ruleName, MetricAlertResourceInner parameters) Create or update an metric alert definition.MetricAlertsClient.getByResourceGroup
(String resourceGroupName, String ruleName) Retrieve an alert rule definition.MetricAlertsClient.update
(String resourceGroupName, String ruleName, MetricAlertResourcePatch parameters) Update an metric alert definition.Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type MetricAlertResourceInnerModifier and TypeMethodDescriptionMetricAlertsClient.createOrUpdateAsync
(String resourceGroupName, String ruleName, MetricAlertResourceInner parameters) Create or update an metric alert definition.com.azure.core.http.rest.Response
<MetricAlertResourceInner> MetricAlertsClient.createOrUpdateWithResponse
(String resourceGroupName, String ruleName, MetricAlertResourceInner parameters, com.azure.core.util.Context context) Create or update an metric alert definition.Mono
<com.azure.core.http.rest.Response<MetricAlertResourceInner>> MetricAlertsClient.createOrUpdateWithResponseAsync
(String resourceGroupName, String ruleName, MetricAlertResourceInner parameters) Create or update an metric alert definition.MetricAlertsClient.getByResourceGroupAsync
(String resourceGroupName, String ruleName) Retrieve an alert rule definition.com.azure.core.http.rest.Response
<MetricAlertResourceInner> MetricAlertsClient.getByResourceGroupWithResponse
(String resourceGroupName, String ruleName, com.azure.core.util.Context context) Retrieve an alert rule definition.Mono
<com.azure.core.http.rest.Response<MetricAlertResourceInner>> MetricAlertsClient.getByResourceGroupWithResponseAsync
(String resourceGroupName, String ruleName) Retrieve an alert rule definition.com.azure.core.http.rest.PagedIterable
<MetricAlertResourceInner> MetricAlertsClient.list()
Retrieve alert rule definitions in a subscription.com.azure.core.http.rest.PagedIterable
<MetricAlertResourceInner> MetricAlertsClient.list
(com.azure.core.util.Context context) Retrieve alert rule definitions in a subscription.com.azure.core.http.rest.PagedFlux
<MetricAlertResourceInner> MetricAlertsClient.listAsync()
Retrieve alert rule definitions in a subscription.com.azure.core.http.rest.PagedIterable
<MetricAlertResourceInner> MetricAlertsClient.listByResourceGroup
(String resourceGroupName) Retrieve alert rule definitions in a resource group.com.azure.core.http.rest.PagedIterable
<MetricAlertResourceInner> MetricAlertsClient.listByResourceGroup
(String resourceGroupName, com.azure.core.util.Context context) Retrieve alert rule definitions in a resource group.com.azure.core.http.rest.PagedFlux
<MetricAlertResourceInner> MetricAlertsClient.listByResourceGroupAsync
(String resourceGroupName) Retrieve alert rule definitions in a resource group.MetricAlertsClient.updateAsync
(String resourceGroupName, String ruleName, MetricAlertResourcePatch parameters) Update an metric alert definition.com.azure.core.http.rest.Response
<MetricAlertResourceInner> MetricAlertsClient.updateWithResponse
(String resourceGroupName, String ruleName, MetricAlertResourcePatch parameters, com.azure.core.util.Context context) Update an metric alert definition.Mono
<com.azure.core.http.rest.Response<MetricAlertResourceInner>> MetricAlertsClient.updateWithResponseAsync
(String resourceGroupName, String ruleName, MetricAlertResourcePatch parameters) Update an metric alert definition.Methods in com.azure.resourcemanager.monitor.fluent with parameters of type MetricAlertResourceInnerModifier and TypeMethodDescriptionMetricAlertsClient.createOrUpdate
(String resourceGroupName, String ruleName, MetricAlertResourceInner parameters) Create or update an metric alert definition.MetricAlertsClient.createOrUpdateAsync
(String resourceGroupName, String ruleName, MetricAlertResourceInner parameters) Create or update an metric alert definition.com.azure.core.http.rest.Response
<MetricAlertResourceInner> MetricAlertsClient.createOrUpdateWithResponse
(String resourceGroupName, String ruleName, MetricAlertResourceInner parameters, com.azure.core.util.Context context) Create or update an metric alert definition.Mono
<com.azure.core.http.rest.Response<MetricAlertResourceInner>> MetricAlertsClient.createOrUpdateWithResponseAsync
(String resourceGroupName, String ruleName, MetricAlertResourceInner parameters) Create or update an metric alert definition. -
Uses of MetricAlertResourceInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return MetricAlertResourceInnerModifier and TypeMethodDescriptionstatic MetricAlertResourceInner
MetricAlertResourceInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of MetricAlertResourceInner from the JsonReader.MetricAlertResourceInner.withActions
(List<MetricAlertAction> 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.MetricAlertResourceInner.withAutoMitigate
(Boolean autoMitigate) Set the autoMitigate property: the flag that indicates whether the alert should be auto resolved or not.MetricAlertResourceInner.withCriteria
(MetricAlertCriteria criteria) Set the criteria property: defines the specific alert criteria information.MetricAlertResourceInner.withDescription
(String description) Set the description property: the description of the metric alert that will be included in the alert email.MetricAlertResourceInner.withEnabled
(boolean enabled) Set the enabled property: the flag that indicates whether the metric alert is enabled.MetricAlertResourceInner.withEvaluationFrequency
(Duration evaluationFrequency) Set the evaluationFrequency property: how often the metric alert is evaluated represented in ISO 8601 duration format.MetricAlertResourceInner.withLocation
(String location) MetricAlertResourceInner.withScopes
(List<String> scopes) Set the scopes property: the list of resource id's that this metric alert is scoped to.MetricAlertResourceInner.withSeverity
(int severity) Set the severity property: Alert severity {0, 1, 2, 3, 4}.MetricAlertResourceInner.withTargetResourceRegion
(String targetResourceRegion) Set the targetResourceRegion property: the region of the target resource(s) on which the alert is created/updated.MetricAlertResourceInner.withTargetResourceType
(String targetResourceType) Set the targetResourceType property: the resource type of the target resource(s) on which the alert is created/updated.MetricAlertResourceInner.withWindowSize
(Duration windowSize) Set the windowSize property: the period of time (in ISO 8601 duration format) that is used to monitor alert activity based on the threshold. -
Uses of MetricAlertResourceInner in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type MetricAlertResourceInnerModifier and TypeMethodDescriptionMetricAlertResourceCollection.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 MetricAlertResourceInnerModifier and TypeMethodDescriptionMetricAlertResourceCollection.withValue
(List<MetricAlertResourceInner> value) Set the value property: the values for the alert rule resources.