Uses of Class
com.azure.resourcemanager.appservice.models.FtpsState
Packages that use FtpsState
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of FtpsState in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return FtpsStateModifier and TypeMethodDescriptionSiteConfigInner.ftpsState()Get the ftpsState property: State of FTP / FTPS service.SiteConfigResourceInner.ftpsState()Get the ftpsState property: State of FTP / FTPS service.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type FtpsStateModifier and TypeMethodDescriptionSiteConfigInner.withFtpsState(FtpsState ftpsState) Set the ftpsState property: State of FTP / FTPS service.SiteConfigResourceInner.withFtpsState(FtpsState ftpsState) Set the ftpsState property: State of FTP / FTPS service. -
Uses of FtpsState in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as FtpsStateModifier and TypeFieldDescriptionstatic final FtpsStateFtpsState.ALL_ALLOWEDStatic value AllAllowed for FtpsState.static final FtpsStateFtpsState.DISABLEDStatic value Disabled for FtpsState.static final FtpsStateFtpsState.FTPS_ONLYStatic value FtpsOnly for FtpsState.Methods in com.azure.resourcemanager.appservice.models that return FtpsStateModifier and TypeMethodDescriptionstatic FtpsStateFtpsState.fromString(String name) Creates or finds a FtpsState from its string representation.WebAppBase.ftpsState()Gets the state of FTP / FTPS service.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type FtpsStateModifier and TypeMethodDescriptionstatic Collection<FtpsState> FtpsState.values()Gets known FtpsState values.Methods in com.azure.resourcemanager.appservice.models with parameters of type FtpsStateModifier and TypeMethodDescriptionWebAppBase.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).