deviceManagementCachedReportConfiguration リソースの種類

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。

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

キャッシュされたレポートの構成を表すエンティティ。

メソッド

メソッド 戻り値の型 説明
deviceManagementCachedReportConfigurations を一覧表示する deviceManagementCachedReportConfiguration コレクション deviceManagementCachedReportConfiguration オブジェクトのプロパティとリレーションシップを一覧表示します。
deviceManagementCachedReportConfiguration を取得する deviceManagementCachedReportConfiguration deviceManagementCachedReportConfiguration オブジェクトのプロパティとリレーションシップを読み取ります。
deviceManagementCachedReportConfiguration を作成する deviceManagementCachedReportConfiguration 新しい deviceManagementCachedReportConfiguration オブジェクトを 作成します。
deviceManagementCachedReportConfiguration を削除する なし deviceManagementCachedReportConfiguration を削除します
deviceManagementCachedReportConfiguration を更新する deviceManagementCachedReportConfiguration deviceManagementCachedReportConfiguration オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id String このエンティティの一意識別子。
reportName String レポートの名前。
filter String レポートの作成に適用されるフィルター。
select String collection レポートから選択された列。
Orderby String collection レポート内の列の順序。
metadata String レポートに関連付けられている呼び出し元管理メタデータ。
status deviceManagementReportStatus キャッシュされたレポートの状態。 可能な値は、unknownnotStartedinProgresscompletedfailed です。
lastRefreshDateTime DateTimeOffset キャッシュされたレポートが最後に更新された時刻。
expirationDateTime DateTimeOffset キャッシュされたレポートの有効期限が切れる時刻。

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.deviceManagementCachedReportConfiguration",
  "id": "String (identifier)",
  "reportName": "String",
  "filter": "String",
  "select": [
    "String"
  ],
  "orderBy": [
    "String"
  ],
  "metadata": "String",
  "status": "String",
  "lastRefreshDateTime": "String (timestamp)",
  "expirationDateTime": "String (timestamp)"
}