BillingBenefitCommitmentGrain 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.
Commitment grain.
public readonly struct BillingBenefitCommitmentGrain : IEquatable<Azure.ResourceManager.Billing.Models.BillingBenefitCommitmentGrain>
type BillingBenefitCommitmentGrain = struct
Public Structure BillingBenefitCommitmentGrain
Implements IEquatable(Of BillingBenefitCommitmentGrain)
- Inheritance
-
BillingBenefitCommitmentGrain
- Implements
Constructors
BillingBenefitCommitmentGrain(String) |
Initializes a new instance of BillingBenefitCommitmentGrain. |
Properties
Hourly |
Hourly. |
Methods
Equals(BillingBenefitCommitmentGrain) |
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(BillingBenefitCommitmentGrain, BillingBenefitCommitmentGrain) |
Determines if two BillingBenefitCommitmentGrain values are the same. |
Implicit(String to BillingBenefitCommitmentGrain) |
Converts a string to a BillingBenefitCommitmentGrain. |
Inequality(BillingBenefitCommitmentGrain, BillingBenefitCommitmentGrain) |
Determines if two BillingBenefitCommitmentGrain values are not the same. |