Compartir a través de


CostThresholdProperties Class

Properties of a cost threshold item.

Inheritance
msrest.serialization.Model
CostThresholdProperties

Constructor

CostThresholdProperties(*, threshold_id: str | None = None, percentage_threshold: PercentageCostThresholdProperties | None = None, display_on_chart: str | CostThresholdStatus | None = None, send_notification_when_exceeded: str | CostThresholdStatus | None = None, notification_sent: str | None = None, **kwargs)

Parameters

Name Description
threshold_id
Required
str

The ID of the cost threshold item.

percentage_threshold
Required

The value of the percentage cost threshold.

display_on_chart
Required

Indicates whether this threshold will be displayed on cost charts. Possible values include: "Enabled", "Disabled".

send_notification_when_exceeded
Required

Indicates whether notifications will be sent when this threshold is exceeded. Possible values include: "Enabled", "Disabled".

notification_sent
Required
str

Indicates the datetime when notifications were last sent for this threshold.

Keyword-Only Parameters

Name Description
threshold_id
Required
percentage_threshold
Required
display_on_chart
Required
send_notification_when_exceeded
Required
notification_sent
Required