Condividi tramite


RenewPropertiesResponsePricingCurrencyTotal Constructors

Definition

Overloads

RenewPropertiesResponsePricingCurrencyTotal()

Initializes a new instance of the RenewPropertiesResponsePricingCurrencyTotal class.

RenewPropertiesResponsePricingCurrencyTotal(String, Nullable<Double>)

Initializes a new instance of the RenewPropertiesResponsePricingCurrencyTotal class.

RenewPropertiesResponsePricingCurrencyTotal()

Initializes a new instance of the RenewPropertiesResponsePricingCurrencyTotal class.

public RenewPropertiesResponsePricingCurrencyTotal ();
Public Sub New ()

Applies to

RenewPropertiesResponsePricingCurrencyTotal(String, Nullable<Double>)

Initializes a new instance of the RenewPropertiesResponsePricingCurrencyTotal class.

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

Parameters

currencyCode
String
amount
Nullable<Double>

Applies to