Uses of Interface
com.azure.resourcemanager.costmanagement.models.Alert
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of Alert in com.azure.resourcemanager.costmanagement.models
Modifier and TypeMethodDescriptionAlerts.dismiss
(String scope, String alertId, DismissAlertPayload parameters) Dismisses the specified alert.Gets the alert for the scope by alert ID.Modifier 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.