Share via


WebAppsGetInstanceProcess 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<WebAppsDeleteInstanceProcess204Response | WebAppsDeleteInstanceProcess404Response | WebAppsDeleteInstanceProcessDefaultResponse>

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<WebAppsGetInstanceProcess200Response | WebAppsGetInstanceProcess404Response | WebAppsGetInstanceProcessDefaultResponse>

Parameters

Returns