Share via


InvoiceSectionState Struct

Definition

Identifies the status of an invoice section.

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

Constructors

InvoiceSectionState(String)

Initializes a new instance of InvoiceSectionState.

Properties

Active

Active.

Deleted

Deleted.

Disabled

Disabled.

Other

Other.

Restricted

Restricted.

UnderReview

UnderReview.

Warned

Warned.

Methods

Equals(InvoiceSectionState)

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

Determines if two InvoiceSectionState values are the same.

Implicit(String to InvoiceSectionState)

Converts a string to a InvoiceSectionState.

Inequality(InvoiceSectionState, InvoiceSectionState)

Determines if two InvoiceSectionState values are not the same.

Applies to