windowsFeatureUpdateProfileAssignment リソースの種類

名前空間: microsoft.graph

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

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

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

メソッド

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

プロパティ

プロパティ 説明
id 文字列 エンティティの識別子
target deviceAndAppManagementAssignmentTarget 機能更新プロファイルが割り当てられている割り当てターゲット。

リレーションシップ

なし

JSON 表記

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

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