windowsDriverUpdateProfileAssignment リソースの種類

名前空間: microsoft.graph

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

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

このエンティティには、Windows ドライバー更新プログラム プロファイルをグループに割り当てるのに使用されるプロパティが含まれる。

メソッド

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

プロパティ

プロパティ 種類 説明
id String エンティティの識別子
target deviceAndAppManagementAssignmentTarget ドライバー更新プロファイルが割り当てられている割り当てターゲット。

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.windowsDriverUpdateProfileAssignment",
  "id": "String (identifier)",
  "target": {
    "@odata.type": "microsoft.graph.deviceAndAppManagementAssignmentTarget",
    "deviceAndAppManagementAssignmentFilterId": "String",
    "deviceAndAppManagementAssignmentFilterType": "String"
  }
}