SpendingLimit Enum
- java.
lang. Object - java.
lang. Enum<SpendingLimit> - com.
microsoft. azure. management. resources. SpendingLimit
- com.
- java.
public enum SpendingLimit
Defines values for SpendingLimit.
Fields
CURRENT_PERIOD_OFF |
Enum value CurrentPeriodOff. |
OFF |
Enum value Off. |
ON |
Enum value On. |
Methods
fromString(String value)
public static SpendingLimit fromString(String value)
Parses a serialized value to a SpendingLimit instance.
Parameters
- value
- String
Returns
the parsed SpendingLimit object, or null if unable to parse.
toString()
public String toString()
Returns
String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java