Price 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
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.
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET