Class BudgetThresholdRule
Inheritance
System.Object
BudgetThresholdRule
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Billing.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class BudgetThresholdRule
Fields
View SourceSpendBasis
The type of basis used to determine if spend has passed the threshold.
Declaration
public readonly string SpendBasis
Field Value
| Type | Description |
|---|---|
| System.String |
ThresholdPercent
Send an alert when this threshold is exceeded. This is a 1.0-based percentage, so 0.5 = 50%. Must be >= 0.
Declaration
public readonly double ThresholdPercent
Field Value
| Type | Description |
|---|---|
| System.Double |