DeviceManagementStartLogCollection interface
Methods
| get(Request |
Get the device diagnostics log collection |
| put(Device |
Start the device diagnostics log collection on specified devices. |
Method Details
get(RequestParameters)
Get the device diagnostics log collection
function get(options?: RequestParameters): StreamableMethod<DeviceManagementGetLogCollection200Response | DeviceManagementGetLogCollectionDefaultResponse>
Parameters
- options
- RequestParameters
Returns
put(DeviceManagementStartLogCollectionParameters)
Start the device diagnostics log collection on specified devices.
function put(options: DeviceManagementStartLogCollectionParameters): StreamableMethod<DeviceManagementStartLogCollection201Response | DeviceManagementStartLogCollectionDefaultResponse>