WebAppsGetProcessSlot interface
Methods
| delete(Request |
Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out instance in a web site. |
| get(Request |
Get process information by its ID for a specific scaled-out instance in a web site. |
Method Details
delete(RequestParameters)
Terminate a process by its ID for a web site, or a deployment slot, or specific scaled-out instance in a web site.
function delete(options?: RequestParameters): StreamableMethod<WebAppsDeleteProcessSlot204Response | WebAppsDeleteProcessSlot404Response | WebAppsDeleteProcessSlotDefaultResponse>
Parameters
- options
- RequestParameters
Returns
get(RequestParameters)
Get process information by its ID for a specific scaled-out instance in a web site.
function get(options?: RequestParameters): StreamableMethod<WebAppsGetProcessSlot200Response | WebAppsGetProcessSlot404Response | WebAppsGetProcessSlotDefaultResponse>
Parameters
- options
- RequestParameters