WebAppsGetDiagnosticLogsConfiguration interface
Methods
| get(Request |
Gets the logging configuration of an app. |
| put(Web |
Updates the logging configuration of an app. |
Method Details
get(RequestParameters)
Gets the logging configuration of an app.
function get(options?: RequestParameters): StreamableMethod<WebAppsGetDiagnosticLogsConfiguration200Response | WebAppsGetDiagnosticLogsConfigurationDefaultResponse>
Parameters
- options
- RequestParameters
Returns
put(WebAppsUpdateDiagnosticLogsConfigParameters)
Updates the logging configuration of an app.
function put(options: WebAppsUpdateDiagnosticLogsConfigParameters): StreamableMethod<WebAppsUpdateDiagnosticLogsConfig200Response | WebAppsUpdateDiagnosticLogsConfigDefaultResponse>