Show / Hide Table of Contents

Class BudgetAmountArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BudgetAmountArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class BudgetAmountArgs : ResourceArgs

Constructors

View Source

BudgetAmountArgs()

Declaration
public BudgetAmountArgs()

Properties

View Source

SpecifiedAmount

A specified amount to use as the budget. currencyCode is optional. If specified, it must match the currency of the billing account. The currencyCode is provided on output. Structure is documented below.

Declaration
public Input<BudgetAmountSpecifiedAmountArgs> SpecifiedAmount { get; set; }
Property Value
Type Description
Input<BudgetAmountSpecifiedAmountArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.