BillingBenefitsTerm 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 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
BillingBenefitsTerm(String) |
Initializes a new instance of BillingBenefitsTerm. |
Properties
P1Y |
P1Y. |
P3Y |
P3Y. |
P5Y |
P5Y. |
Methods
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
Equality(BillingBenefitsTerm, BillingBenefitsTerm) |
Determines if two BillingBenefitsTerm values are the same. |
Implicit(String to BillingBenefitsTerm) |
Converts a string to a BillingBenefitsTerm. |
Inequality(BillingBenefitsTerm, BillingBenefitsTerm) |
Determines if two BillingBenefitsTerm values are not the same. |