deviceManagementIntentDeviceState リソースの種類

名前空間: microsoft.graph

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

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

インテントのデバイスの状態を表すエンティティ

メソッド

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

プロパティ

プロパティ 説明
id String The ID
userPrincipalName String デバイスで報告されているユーザー プリンシパル名
userName String デバイスで報告されるユーザー名
deviceDisplayName String 報告されるデバイス名
lastReportedDateTime DateTimeOffset インテント レポートの最終変更日時
state complianceStatus インテントのデバイスの状態。 可能な値は、unknownnotApplicablecompliantremediatednonComplianterrorconflictnotAssigned です。
deviceId String 報告されているデバイス ID

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.deviceManagementIntentDeviceState",
  "id": "String (identifier)",
  "userPrincipalName": "String",
  "userName": "String",
  "deviceDisplayName": "String",
  "lastReportedDateTime": "String (timestamp)",
  "state": "String",
  "deviceId": "String"
}