windowsFeatureUpdateProfile リソースの種類

名前空間: microsoft.graph

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

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

Windows機能更新プロファイル

メソッド

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

プロパティ

プロパティ 種類 説明
id String エンティティの識別子。
displayName String プロファイルの表示名。
description String ユーザーによって指定されたプロファイルの説明。
featureUpdateVersion String このプロファイルの対象となるデバイスに展開される機能更新プログラムのバージョン。 バージョンには、1709、1803、1809 など、サポートされている任意のバージョンを指定できます。
rolloutSettings windowsUpdateRolloutSettings Windows Update ロールアウトの設定 (オファーの開始日時刻、オファー終了日時、各オファーセット間の日数など)。
createdDateTime DateTimeOffset プロファイルが作成された日付時刻。
lastModifiedDateTime DateTimeOffset プロファイルが最後に変更された日時。
roleScopeTagIds String コレクション この機能更新プログラム エンティティのスコープ タグの一覧。
deployableContentDisplayName String 品質更新プロファイル展開可能なコンテンツの表示名
endOfSupportDate DateTimeOffset 機能更新プログラムでサポートされている最後の日付

リレーションシップ

リレーションシップ 説明
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)"
}