Freigeben über


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

Name Description
InvoiceSectionState(String)

Initializes a new instance of InvoiceSectionState.

Properties

Name Description
Active

Active.

Deleted

Deleted.

Disabled

Disabled.

Other

Other.

Restricted

Restricted.

UnderReview

UnderReview.

Warned

Warned.

Methods

Name Description
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

Name Description
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