共用方式為


CalculatePriceResponsePropertiesPricingCurrencyTotal Constructors

Definition

Overloads

CalculatePriceResponsePropertiesPricingCurrencyTotal()

Initializes a new instance of the CalculatePriceResponsePropertiesPricingCurrencyTotal class.

CalculatePriceResponsePropertiesPricingCurrencyTotal(String, Nullable<Double>)

Initializes a new instance of the CalculatePriceResponsePropertiesPricingCurrencyTotal class.

CalculatePriceResponsePropertiesPricingCurrencyTotal()

Initializes a new instance of the CalculatePriceResponsePropertiesPricingCurrencyTotal class.

public CalculatePriceResponsePropertiesPricingCurrencyTotal ();
Public Sub New ()

Applies to

CalculatePriceResponsePropertiesPricingCurrencyTotal(String, Nullable<Double>)

Initializes a new instance of the CalculatePriceResponsePropertiesPricingCurrencyTotal class.

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

Parameters

currencyCode
String
amount
Nullable<Double>

Applies to