appLogCollectionRequest リソースの種類

名前空間: microsoft.graph

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

AppLogCollectionRequest のエンティティには、すべてのログ値が含まれています。

メソッド

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

プロパティ

プロパティ 説明
id String 一意の識別子。 これはuserId_DeviceId_AppId ID です。
status appLogUploadState アプリ ログ 収集要求が保留中、完了、または失敗した場合の状態を示します。既定値は保留中です。 使用可能な値: pendingcompletedfailedunknownFutureValue
errorMessage String アップロード プロセス中にエラー メッセージが存在する場合に示します。
customLogFolders String collection ログ フォルダーの一覧。
CompletedDateTime DateTimeOffset まだ完了していない場合にアップロード ログ要求が完了状態に達した時刻 NULL が返されます。

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.appLogCollectionRequest",
  "id": "String (identifier)",
  "status": "String",
  "errorMessage": "String",
  "customLogFolders": [
    "String"
  ],
  "completedDateTime": "String (timestamp)"
}