id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| client-log-configuration |
ClientLogConfiguration |
ClientLogConfiguration |
ClientLogConfiguration |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| ClientLogConfiguration |
|
/tools/sdk/powershell/beta/models/client-log-configuration |
| SDK |
| Software Development Kit |
| ClientLogConfiguration |
|
ClientLogConfiguration
Properties
| Name |
Type |
Description |
Notes |
| ClientId |
Pointer to String |
Log configuration's client ID |
[optional] |
| DurationMinutes |
Int32 |
Duration in minutes for log configuration to remain in effect before resetting to defaults |
[required] |
| Expiration |
Pointer to System.DateTime |
Expiration date-time of the log configuration request |
[optional] |
| RootLevel |
StandardLevel |
|
[required] |
| LogLevels |
Pointer to map[string]StandardLevel |
Mapping of identifiers to Standard Log Level values |
[optional] |
Examples
- Convert the resource to JSON
[Back to top]