Describes all of the attributes of a reserved cache node offering.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ReservedCacheNodesOffering
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ReservedCacheNodesOffering()()()() | Initializes a new instance of the ReservedCacheNodesOffering class | 
|  | CacheNodeType | 
            The cache node type for the reserved cache node.
             
             | 
|  | Duration | 
            The duration of the offering. in seconds.
             
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | FixedPrice | 
            The fixed price charged for this offering.
             
             | 
|  | 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.
             
             | 
|  | ProductDescription | 
            The cache engine used by the offering.
             
             | 
|  | RecurringCharges | 
            The recurring price charged to run this reserved cache node.
             
             | 
|  | ReservedCacheNodesOfferingId | 
            A unique identifier for the reserved cache node offering.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | UsagePrice | 
            The hourly price charged for this offering.
             
             | 
|  | 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
             | 
|  | WithReservedCacheNodesOfferingId(String) | Obsolete. 
            Sets the ReservedCacheNodesOfferingId property
             | 
|  | WithUsagePrice(Double) | Obsolete. 
            Sets the UsagePrice property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ReservedCacheNodesOffering |