deviceManagementIntentAssignment リソースの種類

名前空間: microsoft.graph

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

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

インテント割り当てエンティティ

メソッド

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

プロパティ

プロパティ 説明
id String 割り当て ID
target deviceAndAppManagementAssignmentTarget 割り当て先

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.deviceManagementIntentAssignment",
  "id": "String (identifier)",
  "target": {
    "@odata.type": "microsoft.graph.configurationManagerCollectionAssignmentTarget",
    "deviceAndAppManagementAssignmentFilterId": "String",
    "deviceAndAppManagementAssignmentFilterType": "String",
    "collectionId": "String"
  }
}