microsoftManagedDesktop リソースの種類
名前空間: microsoft.graph
お客様がクラウド PC のマネージド デバイス エクスペリエンスを取得できるようにする Microsoft Managed Desktop の特定の設定を表します。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
managedType | microsoftManagedDesktopType | Microsoft Managed Desktop 設定に関連付けられているプロビジョニング ポリシーを示します。 可能な値は、notManaged 、premiumManaged 、standardManaged 、starterManaged 、unknownFutureValue です。 既定値は notManaged です。 |
profile | String | Windows 365 クラウド PCが関連付けられている Microsoft Managed Desktop プロファイルの名前。 |
microsoftManagedDesktopType 値
メンバー | 説明 |
---|---|
notManaged | Microsoft Managed Desktop では、このデバイスは管理されません。 |
premiumManaged | Microsoft Managed Desktop Premium プランは、このデバイスを管理します。 |
standardManaged | Microsoft Managed Desktop Standard プランは、このデバイスを管理します。 |
starterManaged | Microsoft Managed Desktop スターター プランは、このデバイスを管理します。 |
unknownFutureValue | 進化可能な列挙センチネル値。 使用しないでください。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.microsoftManagedDesktop",
"managedType": "String",
"profile": "String"
}