DiscountRuleType Struct

Definition

The type of the priceable node pricing rule. Validation: Required. Supported values are fixedPriceLock, fixedListPrice, and priceCeiling.

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

Constructors

Name Description
DiscountRuleType(String)

Initializes a new instance of DiscountRuleType.

Properties

Name Description
FixedListPrice

Gets the FixedListPrice.

FixedPriceLock

Gets the FixedPriceLock.

PriceCeiling

Gets the PriceCeiling.

Methods

Name Description
Equals(DiscountRuleType)

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

Determines if two DiscountRuleType values are the same.

Implicit(String to DiscountRuleType)

Converts a string to a DiscountRuleType.

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

Determines if two DiscountRuleType values are not the same.

Applies to