Share via


WebAppsGetProcess 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<WebAppsDeleteProcess204Response | WebAppsDeleteProcess404Response | WebAppsDeleteProcessDefaultResponse>

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<WebAppsGetProcess200Response | WebAppsGetProcess404Response | WebAppsGetProcessDefaultResponse>

Parameters

Returns