windowsAutopilotDeploymentProfileAssignment リソースの種類

名前空間: microsoft.graph

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

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

AAD グループへの Windows Autopilot 展開プロファイルの割り当て。

メソッド

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

プロパティ

プロパティ 説明
id String 割り当てのキー。
target deviceAndAppManagementAssignmentTarget Windows Autopilot 展開プロファイルの割り当てターゲット。
source deviceAndAppManagementAssignmentSource グループへのデプロイに使用されるリソースの種類。直接またはパーセル/policySet。 可能な値は、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"
}