deviceLogCollectionResponse リソースの種類

名前空間: microsoft.graph

重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。

注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。

WindowsLog Collection 要求エンティティ。

メソッド

メソッド 戻り値の型 説明
deviceLogCollectionResponses の一覧表示 deviceLogCollectionResponse コレクション deviceLogCollectionResponse オブジェクトのプロパティとリレーションシップを一覧表示します。
Get deviceLogCollectionResponse deviceLogCollectionResponse deviceLogCollectionResponse オブジェクトのプロパティとリレーションシップを読み取る。
Create deviceLogCollectionResponse deviceLogCollectionResponse 新しい deviceLogCollectionResponse オブジェクトを作成 します。
DeviceLogCollectionResponse の削除 なし deviceLogCollectionResponse を削除します
deviceLogCollectionResponse の更新 deviceLogCollectionResponse deviceLogCollectionResponse オブジェクトのプロパティを更新します。
createDownloadUrl アクション String まだ文書化されていません

プロパティ

プロパティ 説明
id String オブジェクトの形式の一意tenantId_deviceId_requestId
status String ログ 収集要求の状態
managedDeviceId Guid デバイス ID
errorCode Int64 エラー コード (エラー コードがある場合)。 有効な値 -9.22337203685478E+18 ~ 9.22337203685478E+18
requestedDateTimeUTC DateTimeOffset 要求の DateTime
receivedDateTimeUTC DateTimeOffset 要求が受信された DateTime
initiatedByUserPrincipalName String 要求を開始したユーザーの UPN
expirationDateTimeUTC DateTimeOffset ログの有効期限の DateTime
size Double ログのサイズ。 有効な値 -1.79769313486232E+308 ~ 1.79769313486232E+308

リレーションシップ

なし

JSON 表記

以下は、リソースの JSON 表記です。

{
  "@odata.type": "#microsoft.graph.deviceLogCollectionResponse",
  "id": "String (identifier)",
  "status": "String",
  "managedDeviceId": "Guid",
  "errorCode": 1024,
  "requestedDateTimeUTC": "String (timestamp)",
  "receivedDateTimeUTC": "String (timestamp)",
  "initiatedByUserPrincipalName": "String",
  "expirationDateTimeUTC": "String (timestamp)",
  "size": "4.2"
}