WebAppsCreateOrUpdateFunctionSecret interface
Metode
| delete(Request |
Menghapus rahasia fungsi. |
| put(Web |
Menambahkan atau memperbarui rahasia fungsi. |
Detail Metode
delete(RequestParameters)
Menghapus rahasia fungsi.
function delete(options?: RequestParameters): StreamableMethod<WebAppsDeleteFunctionSecret204Response | WebAppsDeleteFunctionSecret404Response | WebAppsDeleteFunctionSecretDefaultResponse>
Parameter
- options
- RequestParameters
Mengembalikan
put(WebAppsCreateOrUpdateFunctionSecretParameters)
Menambahkan atau memperbarui rahasia fungsi.
function put(options: WebAppsCreateOrUpdateFunctionSecretParameters): StreamableMethod<WebAppsCreateOrUpdateFunctionSecret200Response | WebAppsCreateOrUpdateFunctionSecret201Response | WebAppsCreateOrUpdateFunctionSecretDefaultResponse>