BillingBenefitsTerm Struct

Definition

Represent benefit term in ISO 8601 format.

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

Constructors

Name Description
BillingBenefitsTerm(String)

Initializes a new instance of BillingBenefitsTerm.

Properties

Name Description
P1M

Gets the P1M.

P1Y

Gets the P1Y.

P3Y

Gets the P3Y.

P5Y

Gets the P5Y.

Methods

Name Description
Equals(BillingBenefitsTerm)

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

Name Description
Equality(BillingBenefitsTerm, BillingBenefitsTerm)

Determines if two BillingBenefitsTerm values are the same.

Implicit(String to BillingBenefitsTerm)

Converts a string to a BillingBenefitsTerm.

Implicit(String to Nullable<BillingBenefitsTerm>)
Inequality(BillingBenefitsTerm, BillingBenefitsTerm)

Determines if two BillingBenefitsTerm values are not the same.

Applies to