BillingAccountBenefitKind 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.
Kind/type of the benefit.
public readonly struct BillingAccountBenefitKind : IEquatable<Azure.ResourceManager.CostManagement.Models.BillingAccountBenefitKind>
type BillingAccountBenefitKind = struct
Public Structure BillingAccountBenefitKind
Implements IEquatable(Of BillingAccountBenefitKind)
- Inheritance
-
BillingAccountBenefitKind
- Implements
Constructors
BillingAccountBenefitKind(String) |
Initializes a new instance of BillingAccountBenefitKind. |
Properties
IncludedQuantity |
Benefit is IncludedQuantity. |
Reservation |
Benefit is Reservation. |
SavingsPlan |
Benefit is SavingsPlan. |
Methods
Equals(BillingAccountBenefitKind) |
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(BillingAccountBenefitKind, BillingAccountBenefitKind) |
Determines if two BillingAccountBenefitKind values are the same. |
Implicit(String to BillingAccountBenefitKind) |
Converts a string to a BillingAccountBenefitKind. |
Inequality(BillingAccountBenefitKind, BillingAccountBenefitKind) |
Determines if two BillingAccountBenefitKind values are not the same. |
Applies to
Azure SDK for .NET