CostThresholdProperties Class
Properties of a cost threshold item.
- Inheritance
-
msrest.serialization.ModelCostThresholdProperties
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
|
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
|
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
|
|
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python