Uses of Class
com.azure.resourcemanager.costmanagement.fluent.models.AlertInner
Packages that use AlertInner
Package
Description
Package containing the service clients for CostManagementClient.
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of AlertInner in com.azure.resourcemanager.costmanagement.fluent
Methods in com.azure.resourcemanager.costmanagement.fluent that return AlertInnerModifier and TypeMethodDescriptionAlertsClient.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.fluent that return types with arguments of type AlertInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<AlertInner>AlertsClient.dismissWithResponse(String scope, String alertId, DismissAlertPayload parameters, com.azure.core.util.Context context) Dismisses the specified alert.com.azure.core.http.rest.Response<AlertInner>AlertsClient.getWithResponse(String scope, String alertId, com.azure.core.util.Context context) Gets the alert for the scope by alert ID. -
Uses of AlertInner in com.azure.resourcemanager.costmanagement.fluent.models
Methods in com.azure.resourcemanager.costmanagement.fluent.models that return AlertInnerModifier and TypeMethodDescriptionAlertInner.withCloseTime(String closeTime) Set the closeTime property: dateTime in which alert was closed.AlertInner.withCostEntityId(String costEntityId) Set the costEntityId property: related budget.AlertInner.withCreationTime(String creationTime) Set the creationTime property: dateTime in which alert was created.AlertInner.withDefinition(AlertPropertiesDefinition definition) Set the definition property: defines the type of alert.AlertInner.withDescription(String description) Set the description property: Alert description.AlertInner.withDetails(AlertPropertiesDetails details) Set the details property: Alert details.Set the etag property: eTag of the resource.AlertInner.withModificationTime(String modificationTime) Set the modificationTime property: dateTime in which alert was last modified.AlertInner.withSource(AlertSource source) Set the source property: Source of alert.AlertInner.withStatus(AlertStatus status) Set the status property: alert status.AlertInner.withStatusModificationTime(String statusModificationTime) Set the statusModificationTime property: dateTime in which the alert status was last modified.AlertInner.withStatusModificationUsername(String statusModificationUsername) Set the statusModificationUsername property: User who last modified the alert.Methods in com.azure.resourcemanager.costmanagement.fluent.models that return types with arguments of type AlertInnerModifier and TypeMethodDescriptionAlertsResultInner.value()Get the value property: List of alerts. -
Uses of AlertInner in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return AlertInnerModifier and TypeMethodDescriptionAlert.innerModel()Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.AlertInner object.