PricingPolicy Struct

Definition

Supported values: Protected, Locked.

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

Constructors

Name Description
PricingPolicy(String)

Initializes a new instance of PricingPolicy.

Properties

Name Description
Locked

Gets the Locked.

Protected

Gets the Protected.

Methods

Name Description
Equals(PricingPolicy)

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

Determines if two PricingPolicy values are the same.

Implicit(String to Nullable<PricingPolicy>)
Implicit(String to PricingPolicy)

Converts a string to a PricingPolicy.

Inequality(PricingPolicy, PricingPolicy)

Determines if two PricingPolicy values are not the same.

Applies to