Class FtpsState
- java.lang.Object
-
- com.microsoft.rest.ExpandableStringEnum<FtpsState>
-
- com.microsoft.azure.management.appservice.FtpsState
-
public final class FtpsState extends com.microsoft.rest.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
-
-