Uses of Interface
com.azure.resourcemanager.costmanagement.models.Alert
Packages that use Alert
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of Alert in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return AlertModifier and TypeMethodDescriptionAlerts.dismiss(String scope, String alertId, DismissAlertPayload parameters) Dismisses the specified alert.Gets the alert for the scope by alert ID.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type AlertModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Alert>Alerts.dismissWithResponse(String scope, String alertId, DismissAlertPayload parameters, com.azure.core.util.Context context) Dismisses the specified alert.com.azure.core.http.rest.Response<Alert>Alerts.getWithResponse(String scope, String alertId, com.azure.core.util.Context context) Gets the alert for the scope by alert ID.AlertsResult.value()Gets the value property: List of alerts.