DismissAlertPayload Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The request payload to update an alert
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.DismissAlertPayloadTypeConverter))]
public class DismissAlertPayload : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IDismissAlertPayload, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IDismissAlertPayloadInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.DismissAlertPayloadTypeConverter))>]
type DismissAlertPayload = class
interface IDismissAlertPayload
interface IJsonSerializable
interface IDismissAlertPayloadInternal
Public Class DismissAlertPayload
Implements IDismissAlertPayload, IDismissAlertPayloadInternal
- Inheritance
-
DismissAlertPayload
- Attributes
- Implements
Constructors
DismissAlertPayload() |
Creates an new DismissAlertPayload instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DismissAlertPayload. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DismissAlertPayload. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IDismissAlertPayload. |
FromJsonString(String) |
Creates a new instance of DismissAlertPayload, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DismissAlertPayload into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Explicit Interface Implementations
IDismissAlertPayloadInternal.Definition |
Internal Acessors for Definition |
IDismissAlertPayloadInternal.Detail |
Internal Acessors for Detail |
IDismissAlertPayloadInternal.Property |
Internal Acessors for Property |