Uses of Class
com.azure.resourcemanager.costmanagement.models.AlertPropertiesDetails
Packages that use AlertPropertiesDetails
Package
Description
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of AlertPropertiesDetails in com.azure.resourcemanager.costmanagement.fluent.models
Methods in com.azure.resourcemanager.costmanagement.fluent.models that return AlertPropertiesDetailsModifier and TypeMethodDescriptionAlertInner.details()Get the details property: Alert details.AlertProperties.details()Get the details property: Alert details.Methods in com.azure.resourcemanager.costmanagement.fluent.models with parameters of type AlertPropertiesDetailsModifier and TypeMethodDescriptionAlertInner.withDetails(AlertPropertiesDetails details) Set the details property: Alert details.AlertProperties.withDetails(AlertPropertiesDetails details) Set the details property: Alert details. -
Uses of AlertPropertiesDetails in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return AlertPropertiesDetailsModifier and TypeMethodDescriptionAlert.details()Gets the details property: Alert details.DismissAlertPayload.details()Get the details property: Alert details.AlertPropertiesDetails.withAmount(BigDecimal amount) Set the amount property: budget threshold amount.AlertPropertiesDetails.withCompanyName(String companyName) Set the companyName property: company name.AlertPropertiesDetails.withContactEmails(List<String> contactEmails) Set the contactEmails property: list of emails to contact.AlertPropertiesDetails.withContactGroups(List<String> contactGroups) Set the contactGroups property: list of action groups to broadcast to.AlertPropertiesDetails.withContactRoles(List<String> contactRoles) Set the contactRoles property: list of contact roles.AlertPropertiesDetails.withCurrentSpend(BigDecimal currentSpend) Set the currentSpend property: current spend.AlertPropertiesDetails.withDepartmentName(String departmentName) Set the departmentName property: department name.AlertPropertiesDetails.withEnrollmentEndDate(String enrollmentEndDate) Set the enrollmentEndDate property: datetime of enrollmentEndDate.AlertPropertiesDetails.withEnrollmentNumber(String enrollmentNumber) Set the enrollmentNumber property: enrollment number.AlertPropertiesDetails.withEnrollmentStartDate(String enrollmentStartDate) Set the enrollmentStartDate property: datetime of enrollmentStartDate.AlertPropertiesDetails.withInvoicingThreshold(BigDecimal invoicingThreshold) Set the invoicingThreshold property: invoicing threshold.AlertPropertiesDetails.withMeterFilter(List<Object> meterFilter) Set the meterFilter property: array of meters to filter by.AlertPropertiesDetails.withOperator(AlertOperator operator) Set the operator property: operator used to compare currentSpend with amount.AlertPropertiesDetails.withOverridingAlert(String overridingAlert) Set the overridingAlert property: overriding alert.AlertPropertiesDetails.withPeriodStartDate(String periodStartDate) Set the periodStartDate property: datetime of periodStartDate.AlertPropertiesDetails.withResourceFilter(List<Object> resourceFilter) Set the resourceFilter property: array of resources to filter by.AlertPropertiesDetails.withResourceGroupFilter(List<Object> resourceGroupFilter) Set the resourceGroupFilter property: array of resourceGroups to filter by.AlertPropertiesDetails.withTagFilter(Object tagFilter) Set the tagFilter property: tags to filter by.AlertPropertiesDetails.withThreshold(BigDecimal threshold) Set the threshold property: notification threshold percentage as a decimal which activated this alert.AlertPropertiesDetails.withTimeGrainType(AlertTimeGrainType timeGrainType) Set the timeGrainType property: Type of timegrain cadence.AlertPropertiesDetails.withTriggeredBy(String triggeredBy) Set the triggeredBy property: notificationId that triggered this alert.Set the unit property: unit of currency being used.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type AlertPropertiesDetailsModifier and TypeMethodDescriptionDismissAlertPayload.withDetails(AlertPropertiesDetails details) Set the details property: Alert details.