DiscountCombinationRule Struct

Definition

The discount combination rule when there are multiple applicable custom prices. Validation: Required. Supported values are Stackable and BestOf.

public readonly struct DiscountCombinationRule : IEquatable<Azure.ResourceManager.BillingBenefits.Models.DiscountCombinationRule>
type DiscountCombinationRule = struct
Public Structure DiscountCombinationRule
Implements IEquatable(Of DiscountCombinationRule)
Inheritance
DiscountCombinationRule
Implements

Constructors

Name Description
DiscountCombinationRule(String)

Initializes a new instance of DiscountCombinationRule.

Properties

Name Description
BestOf

Gets the BestOf.

Stackable

Gets the Stackable.

Methods

Name Description
Equals(DiscountCombinationRule)

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(DiscountCombinationRule, DiscountCombinationRule)

Determines if two DiscountCombinationRule values are the same.

Implicit(String to DiscountCombinationRule)

Converts a string to a DiscountCombinationRule.

Implicit(String to Nullable<DiscountCombinationRule>)
Inequality(DiscountCombinationRule, DiscountCombinationRule)

Determines if two DiscountCombinationRule values are not the same.

Applies to