WebAppsGetFtpAllowedSlot interface
Methods
| get(Request |
Returns whether FTP is allowed on the site or not. |
| put(Web |
Updates whether FTP is allowed on the site or not. |
Method Details
get(RequestParameters)
Returns whether FTP is allowed on the site or not.
function get(options?: RequestParameters): StreamableMethod<WebAppsGetFtpAllowedSlot200Response | WebAppsGetFtpAllowedSlotDefaultResponse>
Parameters
- options
- RequestParameters
Returns
put(WebAppsUpdateFtpAllowedSlotParameters)
Updates whether FTP is allowed on the site or not.
function put(options: WebAppsUpdateFtpAllowedSlotParameters): StreamableMethod<WebAppsUpdateFtpAllowedSlot200Response | WebAppsUpdateFtpAllowedSlotDefaultResponse>