Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
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 |
SiteConfig.ftpsState()
Get state of FTP / FTPS service.
|
FtpsState |
WebAppBase.ftpsState() |
Modifier and Type | Method and Description |
---|---|
static Collection<FtpsState> |
FtpsState.values() |
Modifier and Type | Method and Description |
---|---|
SiteConfig |
SiteConfig.withFtpsState(FtpsState ftpsState)
Set state of FTP / FTPS service.
|
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).
|
Copyright © 2019. All rights reserved.