Share via


WebAppsGetFunction interface

Methods

delete(RequestParameters)

Delete a function for web site, or a deployment slot.

get(RequestParameters)

Get function information by its ID for web site, or a deployment slot.

put(WebAppsCreateFunctionParameters)

Create function for web site, or a deployment slot.

Method Details

delete(RequestParameters)

Delete a function for web site, or a deployment slot.

function delete(options?: RequestParameters): StreamableMethod<WebAppsDeleteFunction204Response | WebAppsDeleteFunction404Response | WebAppsDeleteFunctionDefaultResponse>

Parameters

Returns

get(RequestParameters)

Get function information by its ID for web site, or a deployment slot.

function get(options?: RequestParameters): StreamableMethod<WebAppsGetFunction200Response | WebAppsGetFunction404Response | WebAppsGetFunctionDefaultResponse>

Parameters

Returns

put(WebAppsCreateFunctionParameters)

Create function for web site, or a deployment slot.

function put(options: WebAppsCreateFunctionParameters): StreamableMethod<WebAppsCreateFunction201Response | WebAppsCreateFunctionDefaultResponse>

Parameters

Returns