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

PaymentTermsEligibilityStatus Struct

Definition

Indicates the eligibility status of the payment terms.

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

Constructors

PaymentTermsEligibilityStatus(String)

Initializes a new instance of PaymentTermsEligibilityStatus.

Properties

Invalid

Invalid.

Other

Other.

Valid

Valid.

Methods

Equals(PaymentTermsEligibilityStatus)

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

Determines if two PaymentTermsEligibilityStatus values are the same.

Implicit(String to PaymentTermsEligibilityStatus)

Converts a string to a PaymentTermsEligibilityStatus.

Inequality(PaymentTermsEligibilityStatus, PaymentTermsEligibilityStatus)

Determines if two PaymentTermsEligibilityStatus values are not the same.

Applies to