Show / Hide Table of Contents

Struct SpendingLimitType

The type of spending limit.

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

Constructors

SpendingLimitType(String)

Initializes a new instance of SpendingLimitType.

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

Exceptions
System.ArgumentNullException

value is null.

Properties

AcademicSponsorship

AcademicSponsorship.

Declaration
public static Azure.ResourceManager.Billing.Models.SpendingLimitType AcademicSponsorship { get; }
Property Value
SpendingLimitType

AzureConsumptionCredit

AzureConsumptionCredit.

Declaration
public static Azure.ResourceManager.Billing.Models.SpendingLimitType AzureConsumptionCredit { get; }
Property Value
SpendingLimitType

AzureForStudents

AzureForStudents.

Declaration
public static Azure.ResourceManager.Billing.Models.SpendingLimitType AzureForStudents { get; }
Property Value
SpendingLimitType

AzureForStudentsStarter

AzureForStudentsStarter.

Declaration
public static Azure.ResourceManager.Billing.Models.SpendingLimitType AzureForStudentsStarter { get; }
Property Value
SpendingLimitType

AzurePassSponsorship

AzurePassSponsorship.

Declaration
public static Azure.ResourceManager.Billing.Models.SpendingLimitType AzurePassSponsorship { get; }
Property Value
SpendingLimitType

FreeAccount

FreeAccount.

Declaration
public static Azure.ResourceManager.Billing.Models.SpendingLimitType FreeAccount { get; }
Property Value
SpendingLimitType

MpnSponsorship

MpnSponsorship.

Declaration
public static Azure.ResourceManager.Billing.Models.SpendingLimitType MpnSponsorship { get; }
Property Value
SpendingLimitType

Msdn

MSDN.

Declaration
public static Azure.ResourceManager.Billing.Models.SpendingLimitType Msdn { get; }
Property Value
SpendingLimitType

None

None.

Declaration
public static Azure.ResourceManager.Billing.Models.SpendingLimitType None { get; }
Property Value
SpendingLimitType

NonProfitSponsorship

NonProfitSponsorship.

Declaration
public static Azure.ResourceManager.Billing.Models.SpendingLimitType NonProfitSponsorship { get; }
Property Value
SpendingLimitType

Other

Other.

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

Sandbox

Sandbox.

Declaration
public static Azure.ResourceManager.Billing.Models.SpendingLimitType Sandbox { get; }
Property Value
SpendingLimitType

Sponsorship

Sponsorship.

Declaration
public static Azure.ResourceManager.Billing.Models.SpendingLimitType Sponsorship { get; }
Property Value
SpendingLimitType

StartupSponsorship

StartupSponsorship.

Declaration
public static Azure.ResourceManager.Billing.Models.SpendingLimitType StartupSponsorship { get; }
Property Value
SpendingLimitType

VisualStudio

VisualStudio.

Declaration
public static Azure.ResourceManager.Billing.Models.SpendingLimitType VisualStudio { get; }
Property Value
SpendingLimitType

Methods

Equals(SpendingLimitType)

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

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

Determines if two SpendingLimitType values are the same.

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

SpendingLimitType right

Returns
System.Boolean

Implicit(String to SpendingLimitType)

Converts a System.String to a SpendingLimitType.

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

Returns
SpendingLimitType

Inequality(SpendingLimitType, SpendingLimitType)

Determines if two SpendingLimitType values are not the same.

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

SpendingLimitType right

Returns
System.Boolean

Back to top Azure SDK for .NET