AWS SDK for .NET Documentation
PricingSchedule Class
AmazonAmazon.EC2.ModelPricingSchedule Did this page help you?   Yes   No    Tell us about it...
Pricing Schedule
Declaration Syntax
C#
public class PricingSchedule
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
PricingSchedule()()()()
Initializes a new instance of the PricingSchedule class

CurrencyCode
Currency code for the Price property.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IsSetCurrencyCode()()()()
Checks if the CurrencyCode property is set

IsSetPrice()()()()
Checks if the Price property is set.

IsSetTerm()()()()
Checks if the Term property is set

Price
The fixed price for the term.

Term
The number of months remaining in the reservation.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithCurrencyCode(String) Obsolete.
Sets the currency code for the Price property.

WithPrice(Decimal) Obsolete.
Sets the fixed price for the term.

WithTerm(Decimal) Obsolete.
Sets the number of months remaining in the reservation.

Inheritance Hierarchy
Object
PricingSchedule

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)