appLogCollectionRequest リソースの種類

名前空間: microsoft.graph

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

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

AppLogCollectionRequest エンティティ。

メソッド

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

プロパティ

プロパティ 説明
id String 一意の識別子。 これは id userId_DeviceId_AppIdです。
status appLogUploadState ログアップロードの状態。 可能な値は、pendingcompletedfailed です。
errorMessage String アップロード プロセス中にエラー メッセージが表示される場合
customLogFolders String collection ログ フォルダーの一覧。
CompletedDateTime DateTimeOffset アップロード ログ要求がターミナル状態に達した時刻

リレーションシップ

なし

JSON 表記

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

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