DeleteInvoiceSectionEligibilityCode Struct

Definition

Code for the delete invoice section validation.

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

Constructors

DeleteInvoiceSectionEligibilityCode(String)

Initializes a new instance of DeleteInvoiceSectionEligibilityCode.

Properties

ActiveAzurePlans

ActiveAzurePlans.

ActiveBillingSubscriptions

ActiveBillingSubscriptions.

LastInvoiceSection

LastInvoiceSection.

Other

Other.

ReservedInstances

ReservedInstances.

Methods

Equals(DeleteInvoiceSectionEligibilityCode)

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

Determines if two DeleteInvoiceSectionEligibilityCode values are the same.

Implicit(String to DeleteInvoiceSectionEligibilityCode)

Converts a string to a DeleteInvoiceSectionEligibilityCode.

Inequality(DeleteInvoiceSectionEligibilityCode, DeleteInvoiceSectionEligibilityCode)

Determines if two DeleteInvoiceSectionEligibilityCode values are not the same.

Applies to