WindowsFeatureUpdateProfileAssignment リソースの種類

名前空間: microsoft.graph

重要:Microsoft は Intune /beta API をサポートしていますが、より頻繁に変更される可能性があります。 可能な場合は、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で API が使用できるかどうかを確認します。

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

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

メソッド

メソッド 戻り値の型 説明
WindowsFeatureUpdateProfileAssignments の一覧 windowsFeatureUpdateProfileAssignment コレクション windowsFeatureUpdateProfileAssignment オブジェクトのプロパティと関係を一覧表示します。
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"
  }
}