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