WebAppsGetFunction interface
Methods
| delete(Request |
Delete a function for web site, or a deployment slot. |
| get(Request |
Get function information by its ID for web site, or a deployment slot. |
| put(Web |
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
- options
- RequestParameters
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
- options
- RequestParameters
Returns
put(WebAppsCreateFunctionParameters)
Create function for web site, or a deployment slot.
function put(options: WebAppsCreateFunctionParameters): StreamableMethod<WebAppsCreateFunction201Response | WebAppsCreateFunctionDefaultResponse>
Parameters
- options
- WebAppsCreateFunctionParameters