deviceManagementIntentDeviceSettingStateSummary リソースの種類

名前空間: microsoft.graph

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

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

インテントのデバイス設定状態の概要を表すエンティティ

メソッド

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

プロパティ

プロパティ 説明
id String The ID
settingName String 設定の名前
compliantCount Int32 準拠デバイスの数
conflictCount Int32 競合しているデバイスの数
errorCount Int32 エラー デバイスの数
nonCompliantCount Int32 非準拠デバイスの数
notApplicableCount Int32 該当しないデバイスの数
remediatedCount Int32 修復済みデバイスの数

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.deviceManagementIntentDeviceSettingStateSummary",
  "id": "String (identifier)",
  "settingName": "String",
  "compliantCount": 1024,
  "conflictCount": 1024,
  "errorCount": 1024,
  "nonCompliantCount": 1024,
  "notApplicableCount": 1024,
  "remediatedCount": 1024
}