次の方法で共有


windowsRestoreDeviceEnrollmentConfiguration リソースの種類

名前空間: microsoft.graph

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

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

構成の種類が Windows の復元であることを示します。これは、テナント レベルのWindows バックアップを参照し、OOBE Windows 登録中にユーザーが受け取る設定を復元します

deviceEnrollmentConfiguration からの継承

メソッド

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

プロパティ

プロパティ 説明
id 文字列 deviceEnrollmentConfiguration から継承されたアカウントの一意識別子
displayName 文字列 deviceEnrollmentConfiguration から継承されたデバイス登録構成の表示名
説明 String deviceEnrollmentConfiguration から継承されたデバイス登録構成の説明
priority Int32 優先度は、登録構成が割り当てられている複数のグループにユーザーが存在する場合に使用されます。 ユーザーは、優先度が最も低い値の構成にのみ適用されます。 deviceEnrollmentConfiguration からの継承
createdDateTime DateTimeOffset deviceEnrollmentConfiguration から継承されたデバイス登録構成の UTC で作成された日付時刻
lastModifiedDateTime DateTimeOffset デバイス登録構成の UTC での最終変更日時 deviceEnrollmentConfiguration から継承
version Int32 deviceEnrollmentConfiguration から継承されたデバイス登録構成のバージョン
roleScopeTagIds String collection 登録制限のロール スコープ タグ (省略可能)。 deviceEnrollmentConfiguration からの継承
deviceEnrollmentConfigurationType deviceEnrollmentConfigurationType deviceEnrollmentConfiguration から継承された登録構成の種類のサポート。 使用できる値は、 unknownlimitplatformRestrictionswindowsHelloForBusinessdefaultLimitdefaultPlatformRestrictionsdefaultWindowsHelloForBusinessdefaultWindows10EnrollmentCompletionPageConfigurationwindows10EnrollmentCompletionPageConfigurationdeviceComanagementAuthorityConfigurationsinglePlatformRestrictionunknownFutureValueenrollmentNotificationsConfigurationwindowsRestoreです。
state enablement Windows の復元設定の構成状態を示します。 指定できる値は、'notConfigured'、'enabled'、および 'disabled' です。 既定値は notConfigured です。 これは、ターゲットに設定できないテナント レベルの既定の設定です。 このプロパティの値は、Enrollment 中に適用されます。 可能な値は notConfiguredenableddisabled です。

関係

リレーションシップ 説明
assignments enrollmentConfigurationAssignment コレクション deviceEnrollmentConfiguration から継承されたデバイス構成プロファイルのグループ割り当ての一覧

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.windowsRestoreDeviceEnrollmentConfiguration",
  "id": "String (identifier)",
  "displayName": "String",
  "description": "String",
  "priority": 1024,
  "createdDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "version": 1024,
  "roleScopeTagIds": [
    "String"
  ],
  "deviceEnrollmentConfigurationType": "String",
  "state": "String"
}