Amount 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
Amount() |
Initializes a new instance of the Amount class. |
Amount(String, Nullable<Double>) |
Initializes a new instance of the Amount class. |
Amount()
Initializes a new instance of the Amount class.
public Amount();
Public Sub New ()
Applies to
Amount(String, Nullable<Double>)
Initializes a new instance of the Amount class.
public Amount(string currency = default, double? value = default);
new Microsoft.Azure.Management.Billing.Models.Amount : string * Nullable<double> -> Microsoft.Azure.Management.Billing.Models.Amount
Public Sub New (Optional currency As String = Nothing, Optional value As Nullable(Of Double) = Nothing)
Parameters
- currency
- String
The currency for the amount value.