FtpsState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. appservice. models. FtpsState
- com.
- com.
public final class FtpsState
extends ExpandableStringEnum<FtpsState>
State of FTP / FTPS service.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Ftps |
ALL_ALLOWED
Static value All |
static final
Ftps |
DISABLED
Static value Disabled for Ftps |
static final
Ftps |
FTPS_ONLY
Static value Ftps |
Constructor Summary
Constructor | Description |
---|---|
FtpsState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Ftps |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Ftps |
fromString(String name)
Creates or finds a Ftps |
static
Collection<Ftps |
values()
Gets known Ftps |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ALL_ALLOWED
public static final FtpsState ALL_ALLOWED
Static value AllAllowed for FtpsState.
DISABLED
public static final FtpsState DISABLED
Static value Disabled for FtpsState.
FTPS_ONLY
public static final FtpsState FTPS_ONLY
Static value FtpsOnly for FtpsState.
Constructor Details
FtpsState
@Deprecated
public FtpsState()
Deprecated
Creates a new instance of FtpsState value.
Method Details
fromString
public static FtpsState fromString(String name)
Creates or finds a FtpsState from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known FtpsState values.
Returns:
Applies to
Azure SDK for Java