Class FtpsState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<FtpsState>
com.azure.resourcemanager.appservice.models.FtpsState
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
State of FTP / FTPS service.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FtpsState
fromString
(String name) Creates or finds a FtpsState from its string representation.static Collection
<FtpsState> values()
Gets known FtpsState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ALL_ALLOWED
Static value AllAllowed for FtpsState. -
FTPS_ONLY
Static value FtpsOnly for FtpsState. -
DISABLED
Static value Disabled for FtpsState.
-
-
Constructor Details
-
FtpsState
Deprecated.Use thefromString(String)
factory method.Creates a new instance of FtpsState value.
-
-
Method Details
-
fromString
Creates or finds a FtpsState from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding FtpsState.
-
values
Gets known FtpsState values.- Returns:
- known FtpsState values.
-
fromString(String)
factory method.