Uses of Class
com.azure.resourcemanager.costmanagement.models.DismissAlertPayload
Packages that use DismissAlertPayload
Package
Description
Package containing the service clients for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of DismissAlertPayload in com.azure.resourcemanager.costmanagement.fluent
Methods in com.azure.resourcemanager.costmanagement.fluent with parameters of type DismissAlertPayloadModifier and TypeMethodDescriptionAlertsClient.dismiss(String scope, String alertId, DismissAlertPayload parameters) Dismisses the specified alert.com.azure.core.http.rest.Response<AlertInner>AlertsClient.dismissWithResponse(String scope, String alertId, DismissAlertPayload parameters, com.azure.core.util.Context context) Dismisses the specified alert. -
Uses of DismissAlertPayload in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return DismissAlertPayloadModifier and TypeMethodDescriptionDismissAlertPayload.withCloseTime(String closeTime) Set the closeTime property: dateTime in which alert was closed.DismissAlertPayload.withCostEntityId(String costEntityId) Set the costEntityId property: related budget.DismissAlertPayload.withCreationTime(String creationTime) Set the creationTime property: dateTime in which alert was created.DismissAlertPayload.withDefinition(AlertPropertiesDefinition definition) Set the definition property: defines the type of alert.DismissAlertPayload.withDescription(String description) Set the description property: Alert description.DismissAlertPayload.withDetails(AlertPropertiesDetails details) Set the details property: Alert details.DismissAlertPayload.withModificationTime(String modificationTime) Set the modificationTime property: dateTime in which alert was last modified.DismissAlertPayload.withSource(AlertSource source) Set the source property: Source of alert.DismissAlertPayload.withStatus(AlertStatus status) Set the status property: alert status.DismissAlertPayload.withStatusModificationTime(String statusModificationTime) Set the statusModificationTime property: dateTime in which the alert status was last modified.DismissAlertPayload.withStatusModificationUsername(String statusModificationUsername) Set the statusModificationUsername property: User who last modified the alert.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type DismissAlertPayloadModifier and TypeMethodDescriptionAlerts.dismiss(String scope, String alertId, DismissAlertPayload parameters) Dismisses the specified alert.com.azure.core.http.rest.Response<Alert>Alerts.dismissWithResponse(String scope, String alertId, DismissAlertPayload parameters, com.azure.core.util.Context context) Dismisses the specified alert.