BenefitRecommendationUsageGrain 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 BenefitRecommendationUsageGrain : IEquatable<Azure.ResourceManager.CostManagement.Models.BenefitRecommendationUsageGrain>
type BenefitRecommendationUsageGrain = struct
Public Structure BenefitRecommendationUsageGrain
Implements IEquatable(Of BenefitRecommendationUsageGrain)
- Inheritance
-
BenefitRecommendationUsageGrain
- Implements
Constructors
BenefitRecommendationUsageGrain(String) |
Initializes a new instance of BenefitRecommendationUsageGrain. |
Properties
Daily |
Hourly grain corresponds to value per day. |
Hourly |
Hourly grain corresponds to value per hour. |
Monthly |
Hourly grain corresponds to value per month. |
Methods
Equals(BenefitRecommendationUsageGrain) |
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(BenefitRecommendationUsageGrain, BenefitRecommendationUsageGrain) |
Determines if two BenefitRecommendationUsageGrain values are the same. |
Implicit(String to BenefitRecommendationUsageGrain) |
Converts a string to a BenefitRecommendationUsageGrain. |
Inequality(BenefitRecommendationUsageGrain, BenefitRecommendationUsageGrain) |
Determines if two BenefitRecommendationUsageGrain values are not the same. |
Applies to
Azure SDK for .NET