Enum BudgetOverrunPolicy
Budget overrun policy that will act on project's compute if the budget is exceeded.
Namespace: QarnotSDK.Sdk
Assembly: QarnotSDK.dll
Syntax
public enum BudgetOverrunPolicy
Fields
| Name | Description |
|---|---|
| AlertOnly | Alert only will be sent when budget is exceeded. No action on the compute. |
| BlockNew | Block new compute when budget is exceeded. |
| StopAndBlockAll | Stop all running compute and block new ones when budget is exceeded. |