WebAppsGetMSDeployStatusSlot 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<WebAppsGetMSDeployStatusSlot200Response | WebAppsGetMSDeployStatusSlotDefaultResponse>
Parameters
- options
- RequestParameters
Returns
put(WebAppsCreateMSDeployOperationSlotParameters)
Invoke the MSDeploy web app extension.
function put(options: WebAppsCreateMSDeployOperationSlotParameters): StreamableMethod<WebAppsCreateMSDeployOperationSlot201Response | WebAppsCreateMSDeployOperationSlot409Response | WebAppsCreateMSDeployOperationSlotDefaultResponse>