Sdílet prostřednictvím


IDismissAlertPayload Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.DismissAlertPayloadTypeConverter))]
public interface IDismissAlertPayload : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.DismissAlertPayloadTypeConverter))>]
type IDismissAlertPayload = interface
    interface IJsonSerializable
Public Interface IDismissAlertPayload
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

CloseTime

dateTime in which alert was closed

CostEntityId

related budget

CreationTime

dateTime in which alert was created

DefinitionCategory

Alert category

DefinitionCriterion

Criteria that triggered alert

DefinitionType

type of alert

Description

Alert description

DetailAmount

budget threshold amount

DetailCompanyName

company name

DetailContactEmail

list of emails to contact

DetailContactGroup

list of action groups to broadcast to

DetailContactRole

list of contact roles

DetailCurrentSpend

current spend

DetailDepartmentName

department name

DetailEnrollmentEndDate

datetime of enrollmentEndDate

DetailEnrollmentNumber

enrollment number

DetailEnrollmentStartDate

datetime of enrollmentStartDate

DetailInvoicingThreshold

invoicing threshold

DetailMeterFilter

array of meters to filter by

DetailOperator

operator used to compare currentSpend with amount

DetailOverridingAlert

overriding alert

DetailPeriodStartDate

datetime of periodStartDate

DetailResourceFilter

array of resources to filter by

DetailResourceGroupFilter

array of resourceGroups to filter by

DetailTagFilter

tags to filter by

DetailThreshold

notification threshold percentage as a decimal which activated this alert

DetailTimeGrainType

Type of timegrain cadence

DetailTriggeredBy

notificationId that triggered this alert

DetailUnit

unit of currency being used

ModificationTime

dateTime in which alert was last modified

Source

Source of alert

Status

alert status

StatusModificationTime

dateTime in which the alert status was last modified

StatusModificationUserName

User who last modified the alert

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to