次の方法で共有


iosUpdateConfiguration リソースの種類

名前空間: microsoft.graph

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

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

iOS 更新構成では、iOS の更新をインストールする、一週間のうちの時間枠を構成できます。

deviceConfiguration から継承します

メソッド

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

プロパティ

プロパティ 説明
id String エンティティのキー。 deviceConfiguration から継承します
lastModifiedDateTime DateTimeOffset オブジェクトの最終更新の DateTime。 deviceConfiguration から継承します
roleScopeTagIds String collection このエンティティ インスタンスのスコープ タグの一覧。 deviceConfiguration から継承します
supportsScopeTags ブール型 基になるデバイス構成がスコープ タグの割り当てをサポートするかどうかを示します。 ScopeTags プロパティへの割り当ては、この値が false であり、スコープ付きユーザーにエンティティが表示されない場合は許可されません。 これは Silverlight で作成されたレガシ ポリシーに対して発生し、Azure Portal でポリシーを削除して再作成することで解決できます。 このプロパティは読み取り専用です。 deviceConfiguration から継承します
deviceManagementApplicabilityRuleOsEdition deviceManagementApplicabilityRuleOsEdition このポリシーの OS エディションの適用性。 deviceConfiguration から継承します
deviceManagementApplicabilityRuleOsVersion deviceManagementApplicabilityRuleOsVersion このポリシーの OS バージョンの適用規則。 deviceConfiguration から継承します
deviceManagementApplicabilityRuleDeviceMode deviceManagementApplicabilityRuleDeviceMode このポリシーのデバイス モードの適用規則。 deviceConfiguration から継承します
createdDateTime DateTimeOffset オブジェクトが作成された DateTime。 deviceConfiguration から継承します
description String 管理者が指定した、デバイス構成についての説明。 deviceConfiguration から継承します
displayName String 管理者が指定した、デバイス構成の名前。 deviceConfiguration から継承します
version Int32 デバイス構成のバージョン。 deviceConfiguration から継承します
isEnabled ブール値 UI で設定が有効になっています
activeHoursStart TimeOfDay アクティブ時間の開始 (アクティブ時間は、更新のインストールが実施されない時間枠のことです)
activeHoursEnd TimeOfDay アクティブ時間の終了 (アクティブ時間は、更新のインストールが実施されない時間枠のことです)
desiredOsVersion String 指定しない場合、デバイスは最新バージョンの OS に更新されます。
scheduledInstallDays dayOfWeek コレクション アクティブ時間が設定されている曜日。 このコレクションには、最大で 7 個の要素を含めることができます。
utcTimeOffsetInMinutes Int32 UTC タイム オフセット (分単位で示されます)
enforcedSoftwareUpdateDelayInDays Int32 ソフトウェア更新プログラムが 0 ~ 90 の範囲の iOS デバイスに表示されるまでの日数
updateScheduleType iosSoftwareUpdateScheduleType 更新スケジュールの種類。 使用可能な値: updateOutsideOfActiveHoursalwaysUpdateupdateDuringTimeWindowsupdateOutsideOfTimeWindows
customUpdateTimeWindows customUpdateTimeWindow コレクション 更新スケジュールの種類が時間枠のスケジュール設定を使用するように設定されている場合、更新プログラムがスケジュールされるカスタム時間枠。 このコレクションには、最大 20 個の要素を含めることができます。

リレーションシップ

リレーションシップ 説明
groupAssignments deviceConfigurationGroupAssignment コレクション デバイスの構成プロファイルのグループ割り当てのリストです。 deviceConfiguration から継承します
assignments deviceConfigurationAssignment コレクション デバイスの構成プロファイルの割り当てのリスト。 deviceConfiguration から継承します
deviceStatuses deviceConfigurationDeviceStatus コレクション デバイスごとのデバイス構成のインストール状況。 deviceConfiguration から継承します
userStatuses deviceConfigurationUserStatus コレクション ユーザー別のデバイス構成のインストール状態。 deviceConfiguration から継承します
deviceStatusOverview deviceConfigurationDeviceOverview デバイス構成のデバイス状態の概要 (deviceConfiguration から継承)
userStatusOverview deviceConfigurationUserOverview デバイス構成のユーザー状態の概要 (deviceConfiguration から継承)
deviceSettingStateSummaries settingStateDeviceSummary コレクション デバイス構成設定状態のデバイスの要約 (deviceConfiguration から継承)

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.iosUpdateConfiguration",
  "id": "String (identifier)",
  "lastModifiedDateTime": "String (timestamp)",
  "roleScopeTagIds": [
    "String"
  ],
  "supportsScopeTags": true,
  "deviceManagementApplicabilityRuleOsEdition": {
    "@odata.type": "microsoft.graph.deviceManagementApplicabilityRuleOsEdition",
    "osEditionTypes": [
      "String"
    ],
    "name": "String",
    "ruleType": "String"
  },
  "deviceManagementApplicabilityRuleOsVersion": {
    "@odata.type": "microsoft.graph.deviceManagementApplicabilityRuleOsVersion",
    "minOSVersion": "String",
    "maxOSVersion": "String",
    "name": "String",
    "ruleType": "String"
  },
  "deviceManagementApplicabilityRuleDeviceMode": {
    "@odata.type": "microsoft.graph.deviceManagementApplicabilityRuleDeviceMode",
    "deviceMode": "String",
    "name": "String",
    "ruleType": "String"
  },
  "createdDateTime": "String (timestamp)",
  "description": "String",
  "displayName": "String",
  "version": 1024,
  "isEnabled": true,
  "activeHoursStart": "String (time of day)",
  "activeHoursEnd": "String (time of day)",
  "desiredOsVersion": "String",
  "scheduledInstallDays": [
    "String"
  ],
  "utcTimeOffsetInMinutes": 1024,
  "enforcedSoftwareUpdateDelayInDays": 1024,
  "updateScheduleType": "String",
  "customUpdateTimeWindows": [
    {
      "@odata.type": "microsoft.graph.customUpdateTimeWindow",
      "startDay": "String",
      "endDay": "String",
      "startTime": "String (time of day)",
      "endTime": "String (time of day)"
    }
  ]
}