WebAppsCreateOrUpdateFunctionSecret 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<WebAppsDeleteFunctionSecret204Response | WebAppsDeleteFunctionSecret404Response | WebAppsDeleteFunctionSecretDefaultResponse>
Parametrar
- options
- RequestParameters
Returer
put(WebAppsCreateOrUpdateFunctionSecretParameters)
Lägg till eller uppdatera en funktionshemlighet.
function put(options: WebAppsCreateOrUpdateFunctionSecretParameters): StreamableMethod<WebAppsCreateOrUpdateFunctionSecret200Response | WebAppsCreateOrUpdateFunctionSecret201Response | WebAppsCreateOrUpdateFunctionSecretDefaultResponse>