BillingSavingsPlanTerm 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.
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
Azure SDK for .NET