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
| Name | Description |
|---|---|
| SpendingLimitType(String) |
Initializes a new instance of SpendingLimitType. |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |