AppServicePlanRestrictions Enum
- java.
lang. Object - java.
lang. Enum<AppServicePlanRestrictions> - com.
microsoft. azure. management. appservice. AppServicePlanRestrictions
- com.
- java.
public enum AppServicePlanRestrictions
Defines values for AppServicePlanRestrictions.
Fields
BASIC |
Enum value Basic. |
FREE |
Enum value Free. |
NONE |
Enum value None. |
PREMIUM |
Enum value Premium. |
SHARED |
Enum value Shared. |
STANDARD |
Enum value Standard. |
Methods
fromString(String value)
public static AppServicePlanRestrictions fromString(String value)
Parses a serialized value to a AppServicePlanRestrictions instance.
Parameters
- value
- String
Returns
the parsed AppServicePlanRestrictions object, or null if unable to parse.
toString()
public String toString()
Returns
String
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java