SpendingLimitType Class

public final class SpendingLimitType
extends ExpandableStringEnum<SpendingLimitType>

The type of spending limit.

Field Summary

Modifier and Type Field and Description
static final SpendingLimitType ACADEMIC_SPONSORSHIP

Static value AcademicSponsorship for SpendingLimitType.

static final SpendingLimitType AZURE_CONSUMPTION_CREDIT

Static value AzureConsumptionCredit for SpendingLimitType.

static final SpendingLimitType AZURE_FOR_STUDENTS

Static value AzureForStudents for SpendingLimitType.

static final SpendingLimitType AZURE_FOR_STUDENTS_STARTER

Static value AzureForStudentsStarter for SpendingLimitType.

static final SpendingLimitType AZURE_PASS_SPONSORSHIP

Static value AzurePassSponsorship for SpendingLimitType.

static final SpendingLimitType FREE_ACCOUNT

Static value FreeAccount for SpendingLimitType.

static final SpendingLimitType MPN_SPONSORSHIP

Static value MpnSponsorship for SpendingLimitType.

static final SpendingLimitType MSDN

Static value MSDN for SpendingLimitType.

static final SpendingLimitType NONE

Static value None for SpendingLimitType.

static final SpendingLimitType NON_PROFIT_SPONSORSHIP

Static value NonProfitSponsorship for SpendingLimitType.

static final SpendingLimitType OTHER

Static value Other for SpendingLimitType.

static final SpendingLimitType SANDBOX

Static value Sandbox for SpendingLimitType.

static final SpendingLimitType SPONSORSHIP

Static value Sponsorship for SpendingLimitType.

static final SpendingLimitType STARTUP_SPONSORSHIP

Static value StartupSponsorship for SpendingLimitType.

static final SpendingLimitType VISUAL_STUDIO

Static value VisualStudio for SpendingLimitType.

Constructor Summary

Constructor Description
SpendingLimitType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SpendingLimitType value.

Method Summary

Modifier and Type Method and Description
static SpendingLimitType fromString(String name)

Creates or finds a SpendingLimitType from its string representation.

static Collection<SpendingLimitType> values()

Gets known SpendingLimitType values.

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

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding SpendingLimitType.

values

public static Collection<SpendingLimitType> values()

Gets known SpendingLimitType values.

Returns:

known SpendingLimitType values.

Applies to