Uses of Class
com.azure.resourcemanager.costmanagement.fluent.models.AlertProperties
Packages that use AlertProperties
Package
Description
Package containing the inner data models for CostManagementClient.
-
Uses of AlertProperties in com.azure.resourcemanager.costmanagement.fluent.models
Methods in com.azure.resourcemanager.costmanagement.fluent.models that return AlertPropertiesModifier and TypeMethodDescriptionAlertProperties.withCloseTime(String closeTime) Set the closeTime property: dateTime in which alert was closed.AlertProperties.withCostEntityId(String costEntityId) Set the costEntityId property: related budget.AlertProperties.withCreationTime(String creationTime) Set the creationTime property: dateTime in which alert was created.AlertProperties.withDefinition(AlertPropertiesDefinition definition) Set the definition property: defines the type of alert.AlertProperties.withDescription(String description) Set the description property: Alert description.AlertProperties.withDetails(AlertPropertiesDetails details) Set the details property: Alert details.AlertProperties.withModificationTime(String modificationTime) Set the modificationTime property: dateTime in which alert was last modified.AlertProperties.withSource(AlertSource source) Set the source property: Source of alert.AlertProperties.withStatus(AlertStatus status) Set the status property: alert status.AlertProperties.withStatusModificationTime(String statusModificationTime) Set the statusModificationTime property: dateTime in which the alert status was last modified.AlertProperties.withStatusModificationUsername(String statusModificationUsername) Set the statusModificationUsername property: User who last modified the alert.