Show / Hide Table of Contents

Struct InvoiceSectionState

Identifies the status of an invoice section.

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

Constructors

InvoiceSectionState(String)

Initializes a new instance of InvoiceSectionState.

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

Exceptions
System.ArgumentNullException

value is null.

Properties

Active

Active.

Declaration
public static Azure.ResourceManager.Billing.Models.InvoiceSectionState Active { get; }
Property Value
InvoiceSectionState

Deleted

Deleted.

Declaration
public static Azure.ResourceManager.Billing.Models.InvoiceSectionState Deleted { get; }
Property Value
InvoiceSectionState

Disabled

Disabled.

Declaration
public static Azure.ResourceManager.Billing.Models.InvoiceSectionState Disabled { get; }
Property Value
InvoiceSectionState

Other

Other.

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

Restricted

Restricted.

Declaration
public static Azure.ResourceManager.Billing.Models.InvoiceSectionState Restricted { get; }
Property Value
InvoiceSectionState

UnderReview

UnderReview.

Declaration
public static Azure.ResourceManager.Billing.Models.InvoiceSectionState UnderReview { get; }
Property Value
InvoiceSectionState

Warned

Warned.

Declaration
public static Azure.ResourceManager.Billing.Models.InvoiceSectionState Warned { get; }
Property Value
InvoiceSectionState

Methods

Equals(InvoiceSectionState)

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

Declaration
public bool Equals (Azure.ResourceManager.Billing.Models.InvoiceSectionState other);
Parameters
InvoiceSectionState 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(InvoiceSectionState, InvoiceSectionState)

Determines if two InvoiceSectionState values are the same.

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

InvoiceSectionState right

Returns
System.Boolean

Implicit(String to InvoiceSectionState)

Converts a System.String to a InvoiceSectionState.

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

Returns
InvoiceSectionState

Inequality(InvoiceSectionState, InvoiceSectionState)

Determines if two InvoiceSectionState values are not the same.

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

InvoiceSectionState right

Returns
System.Boolean

Back to top Azure SDK for .NET