CreditRedemptionPolicy 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.
Redemption policy of the Credit.
public readonly struct CreditRedemptionPolicy : IEquatable<Azure.ResourceManager.BillingBenefits.Models.CreditRedemptionPolicy>
type CreditRedemptionPolicy = struct
Public Structure CreditRedemptionPolicy
Implements IEquatable(Of CreditRedemptionPolicy)
- Inheritance
-
CreditRedemptionPolicy
- Implements
Constructors
| Name | Description |
|---|---|
| CreditRedemptionPolicy(String) |
Initializes a new instance of CreditRedemptionPolicy. |
Properties
| Name | Description |
|---|---|
| AutoRedeem |
Credit is automatically redeemed. |
| ManualRedeem |
Credit is manually redeemed. |
| NotApplicable |
Redemption policy is not applicable for this credit. |
Methods
| Name | Description |
|---|---|
| Equals(CreditRedemptionPolicy) |
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(CreditRedemptionPolicy, CreditRedemptionPolicy) |
Determines if two CreditRedemptionPolicy values are the same. |
| Implicit(String to CreditRedemptionPolicy) |
Converts a string to a CreditRedemptionPolicy. |
| Implicit(String to Nullable<CreditRedemptionPolicy>) | |
| Inequality(CreditRedemptionPolicy, CreditRedemptionPolicy) |
Determines if two CreditRedemptionPolicy values are not the same. |