
C# |
public class ReservedNodeOffering

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ReservedNodeOffering()()()() | Initializes a new instance of the ReservedNodeOffering class |
![]() | CurrencyCode |
Gets and sets the property CurrencyCode.
The currency code for the compute nodes offering. |
![]() | Duration |
Gets and sets the property Duration.
The duration, in seconds, for which the offering will reserve the node. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | FixedPrice |
Gets and sets the property FixedPrice.
The upfront fixed charge you will pay to purchase the specific reserved node 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.) |
![]() | NodeType |
Gets and sets the property NodeType.
The node type offered by the reserved node offering. |
![]() | OfferingType |
Gets and sets the property OfferingType.
The anticipated utilization of the reserved node, as defined in the reserved node offering. |
![]() | RecurringCharges |
Gets and sets the property RecurringCharges.
The charge to your account regardless of whether you are creating any clusters using the node offering. Recurring charges are only in effect for heavy-utilization reserved nodes. |
![]() | ReservedNodeOfferingId |
Gets and sets the property ReservedNodeOfferingId.
The offering identifier. |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UsagePrice |
Gets and sets the property UsagePrice.
The rate you are charged for each hour the cluster that is using the offering is running. |
![]() | WithCurrencyCode(String) | Obsolete.
Sets the CurrencyCode property
|
![]() | WithDuration(Int32) | Obsolete.
Sets the Duration property
|
![]() | WithFixedPrice(Double) | Obsolete.
Sets the FixedPrice property
|
![]() | WithNodeType(String) | Obsolete.
Sets the NodeType property
|
![]() | WithOfferingType(String) | Obsolete.
Sets the OfferingType property
|
![]() | WithRecurringCharges(array<RecurringCharge>[]()[][]) | Obsolete.
Sets the RecurringCharges property
|
![]() | WithRecurringCharges(IEnumerable<(Of <<'(RecurringCharge>)>>)) | Obsolete.
Sets the RecurringCharges property
|
![]() | WithReservedNodeOfferingId(String) | Obsolete.
Sets the ReservedNodeOfferingId property
|
![]() | WithUsagePrice(Double) | Obsolete.
Sets the UsagePrice property
|

Object | |
![]() | ReservedNodeOffering |