Share via


BillingType Struct

Definition

Represents billing type.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.BillingTypeTypeConverter))]
public struct BillingType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.BillingType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.BillingTypeTypeConverter))>]
type BillingType = struct
    interface IArgumentCompleter
Public Structure BillingType
Implements IArgumentCompleter, IEquatable(Of BillingType)
Inheritance
BillingType
Attributes
Implements

Fields

Pav2

PaV2 billing.

Purchase

Purchase billing.

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(BillingType)

Compares values of enum type BillingType

Equals(Object)

Compares values of enum type BillingType (override for Object)

GetHashCode()

Returns hashCode for enum BillingType

ToString()

Returns string representation for BillingType

Operators

Equality(BillingType, BillingType)

Overriding == operator for enum BillingType

Implicit(BillingType to String)

Implicit operator to convert BillingType to string

Implicit(String to BillingType)

Implicit operator to convert string to BillingType

Inequality(BillingType, BillingType)

Overriding != operator for enum BillingType

Applies to