Class ProviderStackOsType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<ProviderStackOsType>
-
- com.azure.resourcemanager.appservice.models.ProviderStackOsType
-
public final class ProviderStackOsType extends com.azure.core.util.ExpandableStringEnum<ProviderStackOsType>
Defines values for ProviderStackOsType.
-
-
Field Summary
Fields Modifier and Type Field Description static ProviderStackOsTypeALLStatic value All for ProviderStackOsType.static ProviderStackOsTypeLINUXStatic value Linux for ProviderStackOsType.static ProviderStackOsTypeWINDOWSStatic value Windows for ProviderStackOsType.
-
Constructor Summary
Constructors Constructor Description ProviderStackOsType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ProviderStackOsTypefromString(String name)Creates or finds a ProviderStackOsType from its string representation.static Collection<ProviderStackOsType>values()
-
-
-
Field Detail
-
WINDOWS
public static final ProviderStackOsType WINDOWS
Static value Windows for ProviderStackOsType.
-
LINUX
public static final ProviderStackOsType LINUX
Static value Linux for ProviderStackOsType.
-
ALL
public static final ProviderStackOsType ALL
Static value All for ProviderStackOsType.
-
-
Method Detail
-
fromString
public static ProviderStackOsType fromString(String name)
Creates or finds a ProviderStackOsType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ProviderStackOsType.
-
values
public static Collection<ProviderStackOsType> values()
- Returns:
- known ProviderStackOsType values.
-
-