Show / Hide Table of Contents

Class BudgetAmountGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BudgetAmountGetArgs
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 BudgetAmountGetArgs : ResourceArgs

Constructors

View Source

BudgetAmountGetArgs()

Declaration
public BudgetAmountGetArgs()

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<BudgetAmountSpecifiedAmountGetArgs> SpecifiedAmount { get; set; }
Property Value
Type Description
Input<BudgetAmountSpecifiedAmountGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.