BenefitRecommendationPeriodTerm 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.
Grain which corresponds to value.
public readonly struct BenefitRecommendationPeriodTerm : IEquatable<Azure.ResourceManager.CostManagement.Models.BenefitRecommendationPeriodTerm>
type BenefitRecommendationPeriodTerm = struct
Public Structure BenefitRecommendationPeriodTerm
Implements IEquatable(Of BenefitRecommendationPeriodTerm)
- Inheritance
-
BenefitRecommendationPeriodTerm
- Implements
Constructors
BenefitRecommendationPeriodTerm(String) |
Initializes a new instance of BenefitRecommendationPeriodTerm. |
Properties
P1Y |
Benefit term is 1 year. |
P3Y |
Benefit term is 3 years. |
Methods
Equals(BenefitRecommendationPeriodTerm) |
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(BenefitRecommendationPeriodTerm, BenefitRecommendationPeriodTerm) |
Determines if two BenefitRecommendationPeriodTerm values are the same. |
Implicit(String to BenefitRecommendationPeriodTerm) |
Converts a string to a BenefitRecommendationPeriodTerm. |
Inequality(BenefitRecommendationPeriodTerm, BenefitRecommendationPeriodTerm) |
Determines if two BenefitRecommendationPeriodTerm values are not the same. |
Applies to
Azure SDK for .NET