windowsFeatureUpdateProfileAssignment リソースの種類

名前空間: microsoft.graph

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

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

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

メソッド

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

プロパティ

プロパティ 説明
id String エンティティの識別子
target deviceAndAppManagementAssignmentTarget 機能更新プロファイルが割り当てられている割り当て先。

リレーションシップ

なし

JSON 表記

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

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