共用方式為


RenewPropertiesResponse Constructors

Definition

Overloads

RenewPropertiesResponse()

Initializes a new instance of the RenewPropertiesResponse class.

RenewPropertiesResponse(PurchaseRequest, RenewPropertiesResponsePricingCurrencyTotal, RenewPropertiesResponseBillingCurrencyTotal)

Initializes a new instance of the RenewPropertiesResponse class.

RenewPropertiesResponse()

Initializes a new instance of the RenewPropertiesResponse class.

public RenewPropertiesResponse ();
Public Sub New ()

Applies to

RenewPropertiesResponse(PurchaseRequest, RenewPropertiesResponsePricingCurrencyTotal, RenewPropertiesResponseBillingCurrencyTotal)

Initializes a new instance of the RenewPropertiesResponse class.

public RenewPropertiesResponse (Microsoft.Azure.Management.Reservations.Models.PurchaseRequest purchaseProperties = default, Microsoft.Azure.Management.Reservations.Models.RenewPropertiesResponsePricingCurrencyTotal pricingCurrencyTotal = default, Microsoft.Azure.Management.Reservations.Models.RenewPropertiesResponseBillingCurrencyTotal billingCurrencyTotal = default);
new Microsoft.Azure.Management.Reservations.Models.RenewPropertiesResponse : Microsoft.Azure.Management.Reservations.Models.PurchaseRequest * Microsoft.Azure.Management.Reservations.Models.RenewPropertiesResponsePricingCurrencyTotal * Microsoft.Azure.Management.Reservations.Models.RenewPropertiesResponseBillingCurrencyTotal -> Microsoft.Azure.Management.Reservations.Models.RenewPropertiesResponse
Public Sub New (Optional purchaseProperties As PurchaseRequest = Nothing, Optional pricingCurrencyTotal As RenewPropertiesResponsePricingCurrencyTotal = Nothing, Optional billingCurrencyTotal As RenewPropertiesResponseBillingCurrencyTotal = Nothing)

Parameters

purchaseProperties
PurchaseRequest
pricingCurrencyTotal
RenewPropertiesResponsePricingCurrencyTotal

Amount that Microsoft uses for record. Used during refund for calculating refund limit. Tax is not included. This is locked price 30 days before expiry.

billingCurrencyTotal
RenewPropertiesResponseBillingCurrencyTotal

Currency and amount that customer will be charged in customer's local currency for renewal purchase. Tax is not included.

Applies to