Share via


WebAppsGetProcessSlot interface

Methods

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.

get(RequestParameters)

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

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

Returns