WebAppsCreateOrUpdateFunctionSecretSlot interface
Metoder
| delete(Request |
Ta bort en funktionshemlighet. |
| put(Web |
Lägg till eller uppdatera en funktionshemlighet. |
Metodinformation
delete(RequestParameters)
Ta bort en funktionshemlighet.
function delete(options?: RequestParameters): StreamableMethod<WebAppsDeleteFunctionSecretSlot204Response | WebAppsDeleteFunctionSecretSlot404Response | WebAppsDeleteFunctionSecretSlotDefaultResponse>
Parametrar
- options
- RequestParameters
Returer
put(WebAppsCreateOrUpdateFunctionSecretSlotParameters)
Lägg till eller uppdatera en funktionshemlighet.
function put(options: WebAppsCreateOrUpdateFunctionSecretSlotParameters): StreamableMethod<WebAppsCreateOrUpdateFunctionSecretSlot200Response | WebAppsCreateOrUpdateFunctionSecretSlot201Response | WebAppsCreateOrUpdateFunctionSecretSlotDefaultResponse>