Contains the specific price and frequency of a recurring charges for a reserved cache node, or for a reserved cache node offering.

C# |
public class RecurringCharge

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | RecurringCharge()()()() | Initializes a new instance of the RecurringCharge class |
![]() | Equals(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.) |
![]() | RecurringChargeAmount |
The monetary amount of the recurring charge.
|
![]() | RecurringChargeFrequency |
The frequency of the recurring charge.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithRecurringChargeAmount(Double) | Obsolete.
Sets the RecurringChargeAmount property
|
![]() | WithRecurringChargeFrequency(String) | Obsolete.
Sets the RecurringChargeFrequency property
|

Object | |
![]() | RecurringCharge |