Class ProviderStackOsType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ProviderStackOsType>
com.azure.resourcemanager.appservice.models.ProviderStackOsType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ProviderStackOsType
extends com.azure.core.util.ExpandableStringEnum<ProviderStackOsType>
Defines values for ProviderStackOsType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProviderStackOsTypeStatic value All for ProviderStackOsType.static final ProviderStackOsTypeStatic value Linux for ProviderStackOsType.static final ProviderStackOsTypeStatic value Windows for ProviderStackOsType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ProviderStackOsTypefromString(String name) Creates or finds a ProviderStackOsType from its string representation.static Collection<ProviderStackOsType> values()Gets known ProviderStackOsType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
WINDOWS
Static value Windows for ProviderStackOsType. -
LINUX
Static value Linux for ProviderStackOsType. -
ALL
Static value All for ProviderStackOsType.
-
-
Constructor Details
-
ProviderStackOsType
Deprecated.Use thefromString(String)factory method.Creates a new instance of ProviderStackOsType value.
-
-
Method Details
-
fromString
Creates or finds a ProviderStackOsType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ProviderStackOsType.
-
values
Gets known ProviderStackOsType values.- Returns:
- known ProviderStackOsType values.
-
fromString(String)factory method.