WebAppsGetInstanceProcessSlot 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<WebAppsDeleteInstanceProcessSlot204Response | WebAppsDeleteInstanceProcessSlot404Response | WebAppsDeleteInstanceProcessSlotDefaultResponse>
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<WebAppsGetInstanceProcessSlot200Response | WebAppsGetInstanceProcessSlot404Response | WebAppsGetInstanceProcessSlotDefaultResponse>
Parameters
- options
- RequestParameters