WebAppsCreateOrUpdateFunctionSecretSlot 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<WebAppsDeleteFunctionSecretSlot204Response | WebAppsDeleteFunctionSecretSlot404Response | WebAppsDeleteFunctionSecretSlotDefaultResponse>
Parameter
- options
- RequestParameters
Mengembalikan
put(WebAppsCreateOrUpdateFunctionSecretSlotParameters)
Menambahkan atau memperbarui rahasia fungsi.
function put(options: WebAppsCreateOrUpdateFunctionSecretSlotParameters): StreamableMethod<WebAppsCreateOrUpdateFunctionSecretSlot200Response | WebAppsCreateOrUpdateFunctionSecretSlot201Response | WebAppsCreateOrUpdateFunctionSecretSlotDefaultResponse>