Class FtpsState
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<FtpsState>
com.microsoft.azure.management.appservice.FtpsState
Defines values for FtpsState.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic FtpsStatefromString(String name) Creates or finds a FtpsState from its string representation.static Collection<FtpsState>values()Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue 
- 
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
public FtpsState() 
 - 
 - 
Method Details
- 
fromString
Creates or finds a FtpsState from its string representation.- Parameters:
 name- a name to look for- Returns:
 - the corresponding FtpsState
 
 - 
values
- Returns:
 - known FtpsState values
 
 
 -