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

DeleteBillingProfileEligibilityCode Struct

Definition

Code of the delete invoice section eligibility response.

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

Constructors

DeleteBillingProfileEligibilityCode(String)

Initializes a new instance of DeleteBillingProfileEligibilityCode.

Properties

ActiveBillingSubscriptions

ActiveBillingSubscriptions.

ActiveCreditCard

ActiveCreditCard.

ActiveCredits

ActiveCredits.

LastBillingProfile

LastBillingProfile.

None

None.

NotSupported

NotSupported.

OutstandingCharges

OutstandingCharges.

PendingCharges

PendingCharges.

ReservedInstances

ReservedInstances.

Methods

Equals(DeleteBillingProfileEligibilityCode)

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

Determines if two DeleteBillingProfileEligibilityCode values are the same.

Implicit(String to DeleteBillingProfileEligibilityCode)

Converts a string to a DeleteBillingProfileEligibilityCode.

Inequality(DeleteBillingProfileEligibilityCode, DeleteBillingProfileEligibilityCode)

Determines if two DeleteBillingProfileEligibilityCode values are not the same.

Applies to