SpendingLimitType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. billing. models. SpendingLimitType
- com.
- com.
public final class SpendingLimitType
extends ExpandableStringEnum<SpendingLimitType>
The type of spending limit.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Spending |
ACADEMIC_SPONSORSHIP
Static value Academic |
|
static final
Spending |
AZURE_CONSUMPTION_CREDIT
Static value Azure |
|
static final
Spending |
AZURE_FOR_STUDENTS
Static value Azure |
|
static final
Spending |
AZURE_FOR_STUDENTS_STARTER
Static value Azure |
|
static final
Spending |
AZURE_PASS_SPONSORSHIP
Static value Azure |
|
static final
Spending |
FREE_ACCOUNT
Static value Free |
|
static final
Spending |
MPN_SPONSORSHIP
Static value Mpn |
|
static final
Spending |
MSDN
Static value MSDN for Spending |
|
static final
Spending |
NONE
Static value None for Spending |
|
static final
Spending |
NON_PROFIT_SPONSORSHIP
Static value Non |
|
static final
Spending |
OTHER
Static value Other for Spending |
|
static final
Spending |
SANDBOX
Static value Sandbox for Spending |
|
static final
Spending |
SPONSORSHIP
Static value Sponsorship for Spending |
|
static final
Spending |
STARTUP_SPONSORSHIP
Static value Startup |
|
static final
Spending |
VISUAL_STUDIO
Static value Visual |
Constructor Summary
| Constructor | Description |
|---|---|
| SpendingLimitType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Spending |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Spending |
fromString(String name)
Creates or finds a Spending |
|
static
Collection<Spending |
values()
Gets known Spending |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ACADEMIC_SPONSORSHIP
public static final SpendingLimitType ACADEMIC_SPONSORSHIP
Static value AcademicSponsorship for SpendingLimitType.
AZURE_CONSUMPTION_CREDIT
public static final SpendingLimitType AZURE_CONSUMPTION_CREDIT
Static value AzureConsumptionCredit for SpendingLimitType.
AZURE_FOR_STUDENTS
public static final SpendingLimitType AZURE_FOR_STUDENTS
Static value AzureForStudents for SpendingLimitType.
AZURE_FOR_STUDENTS_STARTER
public static final SpendingLimitType AZURE_FOR_STUDENTS_STARTER
Static value AzureForStudentsStarter for SpendingLimitType.
AZURE_PASS_SPONSORSHIP
public static final SpendingLimitType AZURE_PASS_SPONSORSHIP
Static value AzurePassSponsorship for SpendingLimitType.
FREE_ACCOUNT
public static final SpendingLimitType FREE_ACCOUNT
Static value FreeAccount for SpendingLimitType.
MPN_SPONSORSHIP
public static final SpendingLimitType MPN_SPONSORSHIP
Static value MpnSponsorship for SpendingLimitType.
MSDN
public static final SpendingLimitType MSDN
Static value MSDN for SpendingLimitType.
NONE
public static final SpendingLimitType NONE
Static value None for SpendingLimitType.
NON_PROFIT_SPONSORSHIP
public static final SpendingLimitType NON_PROFIT_SPONSORSHIP
Static value NonProfitSponsorship for SpendingLimitType.
OTHER
public static final SpendingLimitType OTHER
Static value Other for SpendingLimitType.
SANDBOX
public static final SpendingLimitType SANDBOX
Static value Sandbox for SpendingLimitType.
SPONSORSHIP
public static final SpendingLimitType SPONSORSHIP
Static value Sponsorship for SpendingLimitType.
STARTUP_SPONSORSHIP
public static final SpendingLimitType STARTUP_SPONSORSHIP
Static value StartupSponsorship for SpendingLimitType.
VISUAL_STUDIO
public static final SpendingLimitType VISUAL_STUDIO
Static value VisualStudio for SpendingLimitType.
Constructor Details
SpendingLimitType
@Deprecated
public SpendingLimitType()
Deprecated
Creates a new instance of SpendingLimitType value.
Method Details
fromString
public static SpendingLimitType fromString(String name)
Creates or finds a SpendingLimitType from its string representation.
Parameters:
Returns:
values
public static Collection<SpendingLimitType> values()
Gets known SpendingLimitType values.
Returns: