windowsAutopilotDeploymentProfileAssignment リソースの種類

名前空間: microsoft.graph

重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。

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

自動パイロット展開プロファイルWindows AAD グループへの割り当て。

メソッド

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

プロパティ

プロパティ 説明
id String 割り当てのキー。
target deviceAndAppManagementAssignmentTarget 自動パイロット展開プロファイルWindows割り当てターゲット。
source deviceAndAppManagementAssignmentSource グループへの展開に使用されるリソースの種類、直接または区画/ポリシーセット。 可能な値は、directpolicySets です。
sourceId String グループへの展開に使用されるリソースの識別子

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.windowsAutopilotDeploymentProfileAssignment",
  "id": "String (identifier)",
  "target": {
    "@odata.type": "microsoft.graph.deviceAndAppManagementAssignmentTarget",
    "deviceAndAppManagementAssignmentFilterId": "String",
    "deviceAndAppManagementAssignmentFilterType": "String"
  },
  "source": "String",
  "sourceId": "String"
}