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
| Name | Description |
|---|---|
| BenefitRecommendationPeriodTerm(String) |
Initializes a new instance of BenefitRecommendationPeriodTerm. |
Properties
| Name | Description |
|---|---|
| P1Y |
Benefit term is 1 year. |
| P3Y |
Benefit term is 3 years. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(BenefitRecommendationPeriodTerm, BenefitRecommendationPeriodTerm) |
Determines if two BenefitRecommendationPeriodTerm values are the same. |
| Implicit(String to BenefitRecommendationPeriodTerm) |
Converts a string to a BenefitRecommendationPeriodTerm. |
| Implicit(String to Nullable<BenefitRecommendationPeriodTerm>) | |
| Inequality(BenefitRecommendationPeriodTerm, BenefitRecommendationPeriodTerm) |
Determines if two BenefitRecommendationPeriodTerm values are not the same. |