Uses of Class
com.microsoft.azure.management.appservice.FtpsState
Packages that use FtpsState
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of FtpsState in com.microsoft.azure.management.appservice
Fields in com.microsoft.azure.management.appservice declared as FtpsStateModifier and TypeFieldDescriptionstatic final FtpsState
FtpsState.ALL_ALLOWED
Static value AllAllowed for FtpsState.static final FtpsState
FtpsState.DISABLED
Static value Disabled for FtpsState.static final FtpsState
FtpsState.FTPS_ONLY
Static value FtpsOnly for FtpsState.Methods in com.microsoft.azure.management.appservice that return FtpsStateModifier and TypeMethodDescriptionstatic FtpsState
FtpsState.fromString
(String name) Creates or finds a FtpsState from its string representation.SiteConfig.ftpsState()
Get state of FTP / FTPS service.WebAppBase.ftpsState()
Methods in com.microsoft.azure.management.appservice that return types with arguments of type FtpsStateMethods in com.microsoft.azure.management.appservice with parameters of type FtpsStateModifier and TypeMethodDescriptionSiteConfig.withFtpsState
(FtpsState ftpsState) Set state of FTP / FTPS service.WebAppBase.DefinitionStages.WithSiteConfigs.withFtpsState
(FtpsState ftpsState) Sets whether the web app supports certain type of FTP(S).WebAppBase.UpdateStages.WithSiteConfigs.withFtpsState
(FtpsState ftpsState) Sets whether the web app supports certain type of FTP(S).