Condividi tramite


CalculatePriceResponsePropertiesBillingCurrencyTotal Constructors

Definition

Overloads

CalculatePriceResponsePropertiesBillingCurrencyTotal()

Initializes a new instance of the CalculatePriceResponsePropertiesBillingCurrencyTotal class.

CalculatePriceResponsePropertiesBillingCurrencyTotal(String, Nullable<Double>)

Initializes a new instance of the CalculatePriceResponsePropertiesBillingCurrencyTotal class.

CalculatePriceResponsePropertiesBillingCurrencyTotal()

Initializes a new instance of the CalculatePriceResponsePropertiesBillingCurrencyTotal class.

public CalculatePriceResponsePropertiesBillingCurrencyTotal ();
Public Sub New ()

Applies to

CalculatePriceResponsePropertiesBillingCurrencyTotal(String, Nullable<Double>)

Initializes a new instance of the CalculatePriceResponsePropertiesBillingCurrencyTotal class.

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

Parameters

currencyCode
String
amount
Nullable<Double>

Applies to