Class FtpsState
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<FtpsState>
-
- com.azure.resourcemanager.appservice.models.FtpsState
-
public final class FtpsState extends com.azure.core.util.ExpandableStringEnum<FtpsState>
Defines values for FtpsState.
-
-
Constructor Summary
Constructors Constructor Description FtpsState()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FtpsStatefromString(String name)Creates or finds a FtpsState from its string representation.static Collection<FtpsState>values()
-
-
-
Method Detail
-
fromString
public static FtpsState fromString(String name)
Creates or finds a FtpsState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding FtpsState.
-
values
public static Collection<FtpsState> values()
- Returns:
- known FtpsState values.
-
-