WebAppsGetInstanceFunctionSlot interface
Methoden
| delete(Request |
Verwijder een functie voor een website of een implementatiesite. |
| get(Request |
Functie-informatie ophalen op basis van de id voor de website of een implementatiesite. |
| put(Web |
Een functie maken voor een website of een implementatiesite. |
Methodedetails
delete(RequestParameters)
Verwijder een functie voor een website of een implementatiesite.
function delete(options?: RequestParameters): StreamableMethod<WebAppsDeleteInstanceFunctionSlot204Response | WebAppsDeleteInstanceFunctionSlot404Response | WebAppsDeleteInstanceFunctionSlotDefaultResponse>
Parameters
- options
- RequestParameters
Retouren
get(RequestParameters)
Functie-informatie ophalen op basis van de id voor de website of een implementatiesite.
function get(options?: RequestParameters): StreamableMethod<WebAppsGetInstanceFunctionSlot200Response | WebAppsGetInstanceFunctionSlot404Response | WebAppsGetInstanceFunctionSlotDefaultResponse>
Parameters
- options
- RequestParameters
Retouren
put(WebAppsCreateInstanceFunctionSlotParameters)
Een functie maken voor een website of een implementatiesite.
function put(options: WebAppsCreateInstanceFunctionSlotParameters): StreamableMethod<WebAppsCreateInstanceFunctionSlot201Response | WebAppsCreateInstanceFunctionSlotDefaultResponse>