ConsumptionPricingModelType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifier that indicates how the meter is priced.
public readonly struct ConsumptionPricingModelType : IEquatable<Azure.ResourceManager.Consumption.Models.ConsumptionPricingModelType>
type ConsumptionPricingModelType = struct
Public Structure ConsumptionPricingModelType
Implements IEquatable(Of ConsumptionPricingModelType)
- Inheritance
-
ConsumptionPricingModelType
- Implements
Constructors
ConsumptionPricingModelType(String) |
Initializes a new instance of ConsumptionPricingModelType. |
Properties
OnDemand |
On Demand. |
Reservation |
Reservation. |
Spot |
Spot. |
Methods
Equals(ConsumptionPricingModelType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ConsumptionPricingModelType, ConsumptionPricingModelType) |
Determines if two ConsumptionPricingModelType values are the same. |
Implicit(String to ConsumptionPricingModelType) |
Converts a string to a ConsumptionPricingModelType. |
Inequality(ConsumptionPricingModelType, ConsumptionPricingModelType) |
Determines if two ConsumptionPricingModelType values are not the same. |
Applies to
Azure SDK for .NET