Share via


SavingsPlanPurchasesPolicy Struct

Definition

The policy that controls whether users with Azure savings plan purchase are allowed.

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

Constructors

SavingsPlanPurchasesPolicy(String)

Initializes a new instance of SavingsPlanPurchasesPolicy.

Properties

Allowed

Allowed.

Disabled

Disabled.

NotAllowed

NotAllowed.

Other

Other.

Methods

Equals(SavingsPlanPurchasesPolicy)

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

Determines if two SavingsPlanPurchasesPolicy values are the same.

Implicit(String to SavingsPlanPurchasesPolicy)

Converts a string to a SavingsPlanPurchasesPolicy.

Inequality(SavingsPlanPurchasesPolicy, SavingsPlanPurchasesPolicy)

Determines if two SavingsPlanPurchasesPolicy values are not the same.

Applies to