RuleStatus Struct

Definition

Current status of the rule.

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

Constructors

Name Description
RuleStatus(String)

Initializes a new instance of RuleStatus.

Properties

Name Description
Active

Rule is saved and impacting cost allocation.

NotActive

Rule is saved but not used to allocate costs.

Processing

Rule is saved and cost allocation is being updated. Readonly value that cannot be submitted in a put request.

Methods

Name Description
Equals(RuleStatus)

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

Determines if two RuleStatus values are the same.

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

Converts a string to a RuleStatus.

Inequality(RuleStatus, RuleStatus)

Determines if two RuleStatus values are not the same.

Applies to