ReservationBillingPlan 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.
Represent the billing plans.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Support.ReservationBillingPlanTypeConverter))]
public struct ReservationBillingPlan : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Reservations.Support.ReservationBillingPlan>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Support.ReservationBillingPlanTypeConverter))>]
type ReservationBillingPlan = struct
interface IArgumentCompleter
Public Structure ReservationBillingPlan
Implements IArgumentCompleter, IEquatable(Of ReservationBillingPlan)
- Inheritance
-
ReservationBillingPlan
- Attributes
- Implements
Fields
Monthly | |
Upfront |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type ReservationBillingPlan (override for Object) |
Equals(ReservationBillingPlan) |
Compares values of enum type ReservationBillingPlan |
GetHashCode() |
Returns hashCode for enum ReservationBillingPlan |
ToString() |
Returns string representation for ReservationBillingPlan |
Operators
Equality(ReservationBillingPlan, ReservationBillingPlan) |
Overriding == operator for enum ReservationBillingPlan |
Implicit(ReservationBillingPlan to String) |
Implicit operator to convert ReservationBillingPlan to string |
Implicit(String to ReservationBillingPlan) |
Implicit operator to convert string to ReservationBillingPlan |
Inequality(ReservationBillingPlan, ReservationBillingPlan) |
Overriding != operator for enum ReservationBillingPlan |