Show / Hide Table of Contents

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.

In this article
Back to top Generated by DocFX