Uses of Class
com.azure.resourcemanager.appservice.models.FtpsState
-
Packages that use FtpsState Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 FtpsState Modifier and Type Method Description FtpsStateSiteConfigInner. ftpsState()Get the ftpsState property: State of FTP / FTPS service.FtpsStateSiteConfigResourceInner. ftpsState()Get the ftpsState property: State of FTP / FTPS service.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type FtpsState Modifier and Type Method Description SiteConfigInnerSiteConfigInner. withFtpsState(FtpsState ftpsState)Set the ftpsState property: State of FTP / FTPS service.SiteConfigResourceInnerSiteConfigResourceInner. 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 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.azure.resourcemanager.appservice.models that return FtpsState Modifier and Type Method Description static FtpsStateFtpsState. fromString(String name)Creates or finds a FtpsState from its string representation.FtpsStateWebAppBase. ftpsState()Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type FtpsState Modifier and Type Method Description static Collection<FtpsState>FtpsState. values()Methods in com.azure.resourcemanager.appservice.models with parameters of type FtpsState Modifier and Type Method Description 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).
-