Show / Hide Table of Contents

Struct DeleteInvoiceSectionEligibilityCode

Code for the delete invoice section validation.

Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.ResourceManager.Billing.dll
Syntax
public struct DeleteInvoiceSectionEligibilityCode : IEquatable<Azure.ResourceManager.Billing.Models.DeleteInvoiceSectionEligibilityCode>

Constructors

DeleteInvoiceSectionEligibilityCode(String)

Initializes a new instance of DeleteInvoiceSectionEligibilityCode.

Declaration
public DeleteInvoiceSectionEligibilityCode (string value);
Parameters
System.String value

Exceptions
System.ArgumentNullException

value is null.

Properties

ActiveAzurePlans

ActiveAzurePlans.

Declaration
public static Azure.ResourceManager.Billing.Models.DeleteInvoiceSectionEligibilityCode ActiveAzurePlans { get; }
Property Value
DeleteInvoiceSectionEligibilityCode

ActiveBillingSubscriptions

ActiveBillingSubscriptions.

Declaration
public static Azure.ResourceManager.Billing.Models.DeleteInvoiceSectionEligibilityCode ActiveBillingSubscriptions { get; }
Property Value
DeleteInvoiceSectionEligibilityCode

LastInvoiceSection

LastInvoiceSection.

Declaration
public static Azure.ResourceManager.Billing.Models.DeleteInvoiceSectionEligibilityCode LastInvoiceSection { get; }
Property Value
DeleteInvoiceSectionEligibilityCode

Other

Other.

Declaration
public static Azure.ResourceManager.Billing.Models.DeleteInvoiceSectionEligibilityCode Other { get; }
Property Value
DeleteInvoiceSectionEligibilityCode

ReservedInstances

ReservedInstances.

Declaration
public static Azure.ResourceManager.Billing.Models.DeleteInvoiceSectionEligibilityCode ReservedInstances { get; }
Property Value
DeleteInvoiceSectionEligibilityCode

Methods

Equals(DeleteInvoiceSectionEligibilityCode)

Indicates whether the current object is equal to another object of the same type.

Declaration
public bool Equals (Azure.ResourceManager.Billing.Models.DeleteInvoiceSectionEligibilityCode other);
Parameters
DeleteInvoiceSectionEligibilityCode other

An object to compare with this object.

Returns
System.Boolean

true if the current object is equal to the other parameter; otherwise, false.

Equals(Object)

Indicates whether this instance and a specified object are equal.

Declaration
[System.ComponentModel.EditorBrowsable]
public override bool Equals (object obj);
Parameters
System.Object obj

The object to compare with the current instance.

Returns
System.Boolean

true if obj and this instance are the same type and represent the same value; otherwise, false.

GetHashCode()

Returns the hash code for this instance.

Declaration
[System.ComponentModel.EditorBrowsable]
public override int GetHashCode ();
Returns
System.Int32

A 32-bit signed integer that is the hash code for this instance.

ToString()

Returns the fully qualified type name of this instance.

Declaration
public override string ToString ();
Returns
System.String

The fully qualified type name.

Operators

Equality(DeleteInvoiceSectionEligibilityCode, DeleteInvoiceSectionEligibilityCode)

Determines if two DeleteInvoiceSectionEligibilityCode values are the same.

Declaration
public static bool operator == (Azure.ResourceManager.Billing.Models.DeleteInvoiceSectionEligibilityCode left, Azure.ResourceManager.Billing.Models.DeleteInvoiceSectionEligibilityCode right);
Parameters
DeleteInvoiceSectionEligibilityCode left

DeleteInvoiceSectionEligibilityCode right

Returns
System.Boolean

Implicit(String to DeleteInvoiceSectionEligibilityCode)

Converts a System.String to a DeleteInvoiceSectionEligibilityCode.

Declaration
public static implicit operator Azure.ResourceManager.Billing.Models.DeleteInvoiceSectionEligibilityCode (string value);
Parameters
System.String value

Returns
DeleteInvoiceSectionEligibilityCode

Inequality(DeleteInvoiceSectionEligibilityCode, DeleteInvoiceSectionEligibilityCode)

Determines if two DeleteInvoiceSectionEligibilityCode values are not the same.

Declaration
public static bool operator != (Azure.ResourceManager.Billing.Models.DeleteInvoiceSectionEligibilityCode left, Azure.ResourceManager.Billing.Models.DeleteInvoiceSectionEligibilityCode right);
Parameters
DeleteInvoiceSectionEligibilityCode left

DeleteInvoiceSectionEligibilityCode right

Returns
System.Boolean

Back to top Azure SDK for .NET