你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

InvoiceSectionStateReasonCode Struct

Definition

Reason for the specified invoice section status.

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

Constructors

InvoiceSectionStateReasonCode(String)

Initializes a new instance of InvoiceSectionStateReasonCode.

Properties

Other

Other.

PastDue

PastDue.

SpendingLimitExpired

SpendingLimitExpired.

SpendingLimitReached

SpendingLimitReached.

UnusualActivity

UnusualActivity.

Methods

Equals(InvoiceSectionStateReasonCode)

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

Determines if two InvoiceSectionStateReasonCode values are the same.

Implicit(String to InvoiceSectionStateReasonCode)

Converts a string to a InvoiceSectionStateReasonCode.

Inequality(InvoiceSectionStateReasonCode, InvoiceSectionStateReasonCode)

Determines if two InvoiceSectionStateReasonCode values are not the same.

Applies to