Uses of Class
com.microsoft.azure.management.appservice.FtpsState
-
-
Uses of FtpsState in com.microsoft.azure.management.appservice
Fields in com.microsoft.azure.management.appservice declared as FtpsState Modifier and Type Field Description static FtpsStateFtpsState. ALL_ALLOWEDStatic value AllAllowed for FtpsState.static FtpsStateFtpsState. DISABLEDStatic value Disabled for FtpsState.static FtpsStateFtpsState. FTPS_ONLYStatic value FtpsOnly for FtpsState.Methods in com.microsoft.azure.management.appservice that return FtpsState Modifier and Type Method Description static FtpsStateFtpsState. fromString(String name)Creates or finds a FtpsState from its string representation.FtpsStateSiteConfig. ftpsState()Get state of FTP / FTPS service.FtpsStateWebAppBase. ftpsState()Methods in com.microsoft.azure.management.appservice that return types with arguments of type FtpsState Modifier and Type Method Description static Collection<FtpsState>FtpsState. values()Methods in com.microsoft.azure.management.appservice with parameters of type FtpsState Modifier and Type Method Description SiteConfigSiteConfig. 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).
-