你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BillingPlan Struct

Definition

Represents the billing plan in ISO 8601 format. Required only for monthly billing plans.

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

Fields

P1M

Methods

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

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

Equals(BillingPlan)

Compares values of enum type BillingPlan

Equals(Object)

Compares values of enum type BillingPlan (override for Object)

GetHashCode()

Returns hashCode for enum BillingPlan

ToString()

Returns string representation for BillingPlan

Operators

Equality(BillingPlan, BillingPlan)

Overriding == operator for enum BillingPlan

Implicit(BillingPlan to String)

Implicit operator to convert BillingPlan to string

Implicit(String to BillingPlan)

Implicit operator to convert string to BillingPlan

Inequality(BillingPlan, BillingPlan)

Overriding != operator for enum BillingPlan

Applies to