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

BillingTransactionCreditType Struct

Definition

The credit type of the transaction. Applies only to credited transactions.

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

Constructors

BillingTransactionCreditType(String)

Initializes a new instance of BillingTransactionCreditType.

Properties

AzureCreditOffer

AzureCreditOffer.

AzureFreeCredit

AzureFreeCredit.

Other

Other.

Refund

Refund.

ServiceInterruption

ServiceInterruption.

Methods

Equals(BillingTransactionCreditType)

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

Determines if two BillingTransactionCreditType values are the same.

Implicit(String to BillingTransactionCreditType)

Converts a string to a BillingTransactionCreditType.

Inequality(BillingTransactionCreditType, BillingTransactionCreditType)

Determines if two BillingTransactionCreditType values are not the same.

Applies to