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 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.azure.resourcemanager.appservice.models that return FtpsStateModifier and TypeMethodDescriptionstatic FtpsState
FtpsState.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).