CurrentSpend Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- unit
- String
The unit of measure for the budget amount.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET