Share via


CurrentSpend Constructors

Definition

Overloads

CurrentSpend()

Initializes a new instance of the CurrentSpend class.

CurrentSpend(Nullable<Decimal>, String)

Initializes a new instance of the CurrentSpend class.

CurrentSpend()

Initializes a new instance of the CurrentSpend class.

public CurrentSpend ();
Public Sub New ()

Applies to

CurrentSpend(Nullable<Decimal>, String)

Initializes a new instance of the CurrentSpend class.

public CurrentSpend (decimal? amount = default, string unit = default);
new Microsoft.Azure.Management.Consumption.Models.CurrentSpend : Nullable<decimal> * string -> Microsoft.Azure.Management.Consumption.Models.CurrentSpend
Public Sub New (Optional amount As Nullable(Of Decimal) = Nothing, Optional unit As String = Nothing)

Parameters

amount
Nullable<Decimal>

The total amount of cost which is being tracked by the budget.

unit
String

The unit of measure for the budget amount.

Applies to