ArmReservationsModelFactory.RenewProperties Method
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.
Initializes a new instance of RenewProperties.
public static Azure.ResourceManager.Reservations.Models.RenewProperties RenewProperties (Azure.ResourceManager.Reservations.Models.ReservationPurchaseContent purchaseProperties = default, Azure.ResourceManager.Reservations.Models.RenewPropertiesPricingCurrencyTotal pricingCurrencyTotal = default, Azure.ResourceManager.Reservations.Models.RenewPropertiesBillingCurrencyTotal billingCurrencyTotal = default);
static member RenewProperties : Azure.ResourceManager.Reservations.Models.ReservationPurchaseContent * Azure.ResourceManager.Reservations.Models.RenewPropertiesPricingCurrencyTotal * Azure.ResourceManager.Reservations.Models.RenewPropertiesBillingCurrencyTotal -> Azure.ResourceManager.Reservations.Models.RenewProperties
Public Shared Function RenewProperties (Optional purchaseProperties As ReservationPurchaseContent = Nothing, Optional pricingCurrencyTotal As RenewPropertiesPricingCurrencyTotal = Nothing, Optional billingCurrencyTotal As RenewPropertiesBillingCurrencyTotal = Nothing) As RenewProperties
Parameters
- purchaseProperties
- ReservationPurchaseContent
The request for reservation purchase.
- pricingCurrencyTotal
- RenewPropertiesPricingCurrencyTotal
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
- RenewPropertiesBillingCurrencyTotal
Currency and amount that customer will be charged in customer's local currency for renewal purchase. Tax is not included.
Returns
A new RenewProperties instance for mocking.
Applies to
Azure SDK for .NET