Uses of Class
com.azure.resourcemanager.costmanagement.models.AlertStatus
Packages that use AlertStatus
Package
Description
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of AlertStatus in com.azure.resourcemanager.costmanagement.fluent.models
Methods in com.azure.resourcemanager.costmanagement.fluent.models that return AlertStatusModifier and TypeMethodDescriptionAlertInner.status()Get the status property: alert status.AlertProperties.status()Get the status property: alert status.Methods in com.azure.resourcemanager.costmanagement.fluent.models with parameters of type AlertStatusModifier and TypeMethodDescriptionAlertInner.withStatus(AlertStatus status) Set the status property: alert status.AlertProperties.withStatus(AlertStatus status) Set the status property: alert status. -
Uses of AlertStatus in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as AlertStatusModifier and TypeFieldDescriptionstatic final AlertStatusAlertStatus.ACTIVEStatic value Active for AlertStatus.static final AlertStatusAlertStatus.DISMISSEDStatic value Dismissed for AlertStatus.static final AlertStatusAlertStatus.NONEStatic value None for AlertStatus.static final AlertStatusAlertStatus.OVERRIDDENStatic value Overridden for AlertStatus.static final AlertStatusAlertStatus.RESOLVEDStatic value Resolved for AlertStatus.Methods in com.azure.resourcemanager.costmanagement.models that return AlertStatusModifier and TypeMethodDescriptionstatic AlertStatusAlertStatus.fromString(String name) Creates or finds a AlertStatus from its string representation.Alert.status()Gets the status property: alert status.DismissAlertPayload.status()Get the status property: alert status.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type AlertStatusModifier and TypeMethodDescriptionstatic Collection<AlertStatus>AlertStatus.values()Gets known AlertStatus values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type AlertStatusModifier and TypeMethodDescriptionDismissAlertPayload.withStatus(AlertStatus status) Set the status property: alert status.