| Modifier and Type | Field and Description |
|---|---|
static FtpsState |
FtpsState.ALL_ALLOWED
Static value AllAllowed for FtpsState.
|
static FtpsState |
FtpsState.DISABLED
Static value Disabled for FtpsState.
|
static FtpsState |
FtpsState.FTPS_ONLY
Static value FtpsOnly for FtpsState.
|
| Modifier and Type | Method and Description |
|---|---|
static FtpsState |
FtpsState.fromString(String name)
Creates or finds a FtpsState from its string representation.
|
FtpsState |
WebAppBase.ftpsState() |
FtpsState |
SiteConfig.ftpsState()
Get state of FTP / FTPS service.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<FtpsState> |
FtpsState.values() |
| Modifier and Type | Method and Description |
|---|---|
WebAppBase.DefinitionStages.WithCreate<FluentT> |
WebAppBase.DefinitionStages.WithSiteConfigs.withFtpsState(FtpsState ftpsState)
Sets whether the web app supports certain type of FTP(S).
|
WebAppBase.Update<FluentT> |
WebAppBase.UpdateStages.WithSiteConfigs.withFtpsState(FtpsState ftpsState)
Sets whether the web app supports certain type of FTP(S).
|
SiteConfig |
SiteConfig.withFtpsState(FtpsState ftpsState)
Set state of FTP / FTPS service.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/