| 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.
|
| Modifier and Type | Method and Description |
|---|---|
FtpsState |
SiteConfigResourceInner.ftpsState()
Get the ftpsState property: State of FTP / FTPS service.
|
FtpsState |
SiteConfigInner.ftpsState()
Get the ftpsState property: State of FTP / FTPS service.
|
| Modifier and Type | Method and Description |
|---|---|
SiteConfigResourceInner |
SiteConfigResourceInner.withFtpsState(FtpsState ftpsState)
Set the ftpsState property: State of FTP / FTPS service.
|
SiteConfigInner |
SiteConfigInner.withFtpsState(FtpsState ftpsState)
Set the ftpsState property: State of FTP / FTPS service.
|
| Modifier and Type | Field and Description |
|---|---|
static FtpsState |
FtpsState.ALL_ALLOWED
Static value AllAllowed for FtpsState.
|
static FtpsState |
FtpsState.DISABLED
Static value Disabled for FtpsState.
|
static FtpsState |
FtpsState.FTPS_ONLY
Static value FtpsOnly for FtpsState.
|
| Modifier and Type | Method and Description |
|---|---|
static FtpsState |
FtpsState.fromString(String name)
Creates or finds a FtpsState from its string representation.
|
FtpsState |
WebAppBase.ftpsState() |
| Modifier and Type | Method and 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).
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.