WebAppsGetMSDeployStatus interface
Methods
| get(Request |
Get the status of the last MSDeploy operation. |
| put(Web |
Invoke the MSDeploy web app extension. |
Method Details
get(RequestParameters)
Get the status of the last MSDeploy operation.
function get(options?: RequestParameters): StreamableMethod<WebAppsGetMSDeployStatus200Response | WebAppsGetMSDeployStatusDefaultResponse>
Parameters
- options
- RequestParameters
Returns
put(WebAppsCreateMSDeployOperationParameters)
Invoke the MSDeploy web app extension.
function put(options: WebAppsCreateMSDeployOperationParameters): StreamableMethod<WebAppsCreateMSDeployOperation201Response | WebAppsCreateMSDeployOperation409Response | WebAppsCreateMSDeployOperationDefaultResponse>