DeviceManagementStartLogCollection interface
メソッド
| get(Request |
デバイス診断ログの収集を取得する |
| put(Device |
指定したデバイスでデバイス診断ログ収集を開始します。 |
メソッドの詳細
get(RequestParameters)
デバイス診断ログの収集を取得する
function get(options?: RequestParameters): StreamableMethod<DeviceManagementGetLogCollection200Response | DeviceManagementGetLogCollectionDefaultResponse>
パラメーター
- options
- RequestParameters
戻り値
put(DeviceManagementStartLogCollectionParameters)
指定したデバイスでデバイス診断ログ収集を開始します。
function put(options: DeviceManagementStartLogCollectionParameters): StreamableMethod<DeviceManagementStartLogCollection201Response | DeviceManagementStartLogCollectionDefaultResponse>