SpendingLimitType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type of spending limit.
public readonly struct SpendingLimitType : IEquatable<Azure.ResourceManager.Billing.Models.SpendingLimitType>
type SpendingLimitType = struct
Public Structure SpendingLimitType
Implements IEquatable(Of SpendingLimitType)
- Inheritance
-
SpendingLimitType
- Implements
Constructors
SpendingLimitType(String) |
Initializes a new instance of SpendingLimitType. |
Properties
AcademicSponsorship |
AcademicSponsorship. |
AzureConsumptionCredit |
AzureConsumptionCredit. |
AzureForStudents |
AzureForStudents. |
AzureForStudentsStarter |
AzureForStudentsStarter. |
AzurePassSponsorship |
AzurePassSponsorship. |
FreeAccount |
FreeAccount. |
MpnSponsorship |
MpnSponsorship. |
Msdn |
MSDN. |
None |
None. |
NonProfitSponsorship |
NonProfitSponsorship. |
Other |
Other. |
Sandbox |
Sandbox. |
Sponsorship |
Sponsorship. |
StartupSponsorship |
StartupSponsorship. |
VisualStudio |
VisualStudio. |
Methods
Equals(SpendingLimitType) |
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(SpendingLimitType, SpendingLimitType) |
Determines if two SpendingLimitType values are the same. |
Implicit(String to SpendingLimitType) |
Converts a string to a SpendingLimitType. |
Inequality(SpendingLimitType, SpendingLimitType) |
Determines if two SpendingLimitType values are not the same. |
Applies to
Azure SDK for .NET