次の方法で共有


windowsFeatureUpdateProfile リソースの種類

名前空間: microsoft.graph

大事な:Microsoft では/beta API Intuneサポートされていますが、変更の頻度が高くなります。 可能であれば、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で API の可用性を確認します。

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

Windows 機能更新プログラム プロファイル

メソッド

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

プロパティ

プロパティ 説明
id 文字列 エンティティの識別子。
displayName 文字列 プロファイルの表示名。
説明 String ユーザーによって指定されたプロファイルの説明。
featureUpdateVersion 文字列 このプロファイルの対象となるデバイスに展開される機能更新プログラムのバージョン。 バージョンは、1709、1803、1809 など、サポートされている任意のバージョンです。
rolloutSettings windowsUpdateRolloutSettings オファーの開始時刻、オファーの終了日時、オファーの各セット間の日数など、Windows 更新プログラムのロールアウト設定。
createdDateTime DateTimeOffset プロファイルが作成された日付時刻。
lastModifiedDateTime DateTimeOffset プロファイルが最後に変更された日付時刻。
roleScopeTagIds String collection この機能更新エンティティのスコープ タグの一覧。
deployableContentDisplayName 文字列 品質更新プロファイルの展開可能なコンテンツのフレンドリ表示名
endOfSupportDate DateTimeOffset 機能更新プログラムの最後にサポートされた日付
installLatestWindows10OnWindows11IneligibleDevice ブール値 true の場合、Microsoft Windows 10 の最新の更新プログラムは、Microsoft Windows 11に適用できないデバイスにインストールされます。
installFeatureUpdatesOptional ブール値 true の場合、Windows 11更新プログラムは省略可能になります

リレーションシップ

リレーションシップ 説明
assignments windowsFeatureUpdateProfileAssignment コレクション プロファイルのグループ割り当ての一覧。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.windowsFeatureUpdateProfile",
  "id": "String (identifier)",
  "displayName": "String",
  "description": "String",
  "featureUpdateVersion": "String",
  "rolloutSettings": {
    "@odata.type": "microsoft.graph.windowsUpdateRolloutSettings",
    "offerStartDateTimeInUTC": "String (timestamp)",
    "offerEndDateTimeInUTC": "String (timestamp)",
    "offerIntervalInDays": 1024
  },
  "createdDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "roleScopeTagIds": [
    "String"
  ],
  "deployableContentDisplayName": "String",
  "endOfSupportDate": "String (timestamp)",
  "installLatestWindows10OnWindows11IneligibleDevice": true,
  "installFeatureUpdatesOptional": true
}