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

BillingSavingsPlanTerm Struct

Definition

Represents the Savings plan term in ISO 8601 format.

public readonly struct BillingSavingsPlanTerm : IEquatable<Azure.ResourceManager.Billing.Models.BillingSavingsPlanTerm>
type BillingSavingsPlanTerm = struct
Public Structure BillingSavingsPlanTerm
Implements IEquatable(Of BillingSavingsPlanTerm)
Inheritance
BillingSavingsPlanTerm
Implements

Constructors

BillingSavingsPlanTerm(String)

Initializes a new instance of BillingSavingsPlanTerm.

Properties

P1Y

P1Y.

P3Y

P3Y.

P5Y

P5Y.

Methods

Equals(BillingSavingsPlanTerm)

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(BillingSavingsPlanTerm, BillingSavingsPlanTerm)

Determines if two BillingSavingsPlanTerm values are the same.

Implicit(String to BillingSavingsPlanTerm)

Converts a string to a BillingSavingsPlanTerm.

Inequality(BillingSavingsPlanTerm, BillingSavingsPlanTerm)

Determines if two BillingSavingsPlanTerm values are not the same.

Applies to