Represents the output of a PurchaseReservedCacheNodesOffering operation.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ReservedCacheNode
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ReservedCacheNode()()()() | Initializes a new instance of the ReservedCacheNode class | 
|  | CacheNodeCount | 
            The number of cache nodes that have been reserved.
             
             | 
|  | CacheNodeType | 
            The cache node type for the reserved cache nodes.
             
             | 
|  | Duration | 
            The duration of the reservation in seconds.
             
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | FixedPrice | 
            The fixed price charged for this reserved cache node.
             
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | OfferingType | 
            The offering type of this reserved cache node.
             
             | 
|  | ProductDescription | 
            The description of the reserved cache node.
             
             | 
|  | RecurringCharges | 
            The recurring price charged to run this reserved cache node.
             
             | 
|  | ReservedCacheNodeId | 
            The unique identifier for the reservation.
             
             | 
|  | ReservedCacheNodesOfferingId | 
            The offering identifier.
             
             | 
|  | StartTime | 
            The time the reservation started.
             
             | 
|  | State | 
            The state of the reserved cache node.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | UsagePrice | 
            The hourly price charged for this reserved cache node.
             
             | 
|  | WithCacheNodeCount(Int32) | Obsolete. 
            Sets the CacheNodeCount property
             | 
|  | WithCacheNodeType(String) | Obsolete. 
            Sets the CacheNodeType property
             | 
|  | WithDuration(Int32) | Obsolete. 
            Sets the Duration property
             | 
|  | WithFixedPrice(Double) | Obsolete. 
            Sets the FixedPrice property
             | 
|  | WithOfferingType(String) | Obsolete. 
            Sets the OfferingType property
             | 
|  | WithProductDescription(String) | Obsolete. 
            Sets the ProductDescription property
             | 
|  | WithRecurringCharges(array<RecurringCharge>[]()[][]) | Obsolete. 
            Adds elements to the RecurringCharges collection
             | 
|  | WithRecurringCharges(IEnumerable<(Of <<'(RecurringCharge>)>>)) | Obsolete. 
            Adds elements to the RecurringCharges collection
             | 
|  | WithReservedCacheNodeId(String) | Obsolete. 
            Sets the ReservedCacheNodeId property
             | 
|  | WithReservedCacheNodesOfferingId(String) | Obsolete. 
            Sets the ReservedCacheNodesOfferingId property
             | 
|  | WithStartTime(DateTime) | Obsolete. 
            Sets the StartTime property
             | 
|  | WithState(String) | Obsolete. 
            Sets the State property
             | 
|  | WithUsagePrice(Double) | Obsolete. 
            Sets the UsagePrice property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ReservedCacheNode |