deviceManagementTroubleshootingEvent リソースの種類
名前空間: microsoft.graph
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
一般エラーを表すイベント。
メソッド
メソッド | 戻り値の型 | 説明 |
---|---|---|
List deviceManagementTroubleshootingEvents | deviceManagementTroubleshootingEvent コレクション | deviceManagementTroubleshootingEvent オブジェクトのプロパティとリレーションシップをリストします。 |
Get deviceManagementTroubleshootingEvent | deviceManagementTroubleshootingEvent | deviceManagementTroubleshootingEvent オブジェクトのプロパティとリレーションシップを読み取ります。 |
Create deviceManagementTroubleshootingEvent | deviceManagementTroubleshootingEvent | 新しい deviceManagementTroubleshootingEvent オブジェクトを作成します。 |
Delete deviceManagementTroubleshootingEvent | なし | deviceManagementTroubleshootingEvent を削除します。 |
Update deviceManagementTroubleshootingEvent | deviceManagementTroubleshootingEvent | deviceManagementTroubleshootingEvent オブジェクトのプロパティを更新します。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
id | String | オブジェクトの UUID |
eventDateTime | DateTimeOffset | イベントが発生した時刻。 |
correlationId | String | サービスのエラーをトレースするための ID。 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.deviceManagementTroubleshootingEvent",
"id": "String (identifier)",
"eventDateTime": "String (timestamp)",
"correlationId": "String"
}