Price Constructors

Definition

Overloads

Price()

Initializes a new instance of the Price class.

Price(String, Nullable<Double>)

Initializes a new instance of the Price class.

Price()

Initializes a new instance of the Price class.

public Price ();
Public Sub New ()

Applies to

Price(String, Nullable<Double>)

Initializes a new instance of the Price class.

public Price (string currencyCode = default, double? amount = default);
new Microsoft.Azure.Management.Reservations.Models.Price : string * Nullable<double> -> Microsoft.Azure.Management.Reservations.Models.Price
Public Sub New (Optional currencyCode As String = Nothing, Optional amount As Nullable(Of Double) = Nothing)

Parameters

currencyCode
String

The ISO 4217 3-letter currency code for the currency used by this purchase record.

amount
Nullable<Double>

Applies to