microsoftManagedDesktop リソースの種類

名前空間: microsoft.graph

重要

Microsoft Graph のバージョンの /beta API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 API が v1.0 で使用できるかどうかを確認するには、 バージョン セレクターを使用します。

顧客がクラウド PC の管理対象デバイス エクスペリエンスを取得できる Microsoft Managed Desktop の特定の設定を表します。

プロパティ

プロパティ 種類 説明
profile String Microsoft Managed Desktop プロファイルの名前で、Windows 365 Cloud PC に関連付けられている名前を指定します。
type microsoftManagedDesktopType プロビジョニング ポリシーで Microsoft Managed Desktop を有効にするかどうかを示します。 プロビジョニング ポリシーが有効になっている場合、デバイスを管理するプランの種類を示します。 可能な値は、notManagedpremiumManagedstandardManagedstarterManagedunknownFutureValue です。

microsoftManagedDesktopType の値

メンバー 説明
notManaged デバイスは Microsoft Managed Desktop によって管理されない。
premiumManaged デバイスは、Microsoft Managed Desktop プレミアム プランによって管理されます。
standardManaged デバイスは、Microsoft Managed Desktop 標準プランによって管理されます。
starterManaged デバイスは、Microsoft Managed Desktop スターター プランによって管理されます。
unknownFutureValue 進化可能な列挙センチネル値。 使用しないでください。

リレーションシップ

なし。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "@odata.type": "#microsoft.graph.microsoftManagedDesktop",
  "type": "String",
  "profile": "String"
}