userExperienceAnalyticsDeviceWithoutCloudIdentity リソースの種類

名前空間: microsoft.graph

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

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

クラウド ID のないユーザー エクスペリエンス分析デバイス。

メソッド

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

プロパティ

プロパティ 説明
id String ユーザー エクスペリエンス分析テナント接続デバイスの一意の識別子。
deviceName String テナントはデバイスの名前を接続します。
azureAdDeviceId String Azure Active Directoryデバイス ID

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.userExperienceAnalyticsDeviceWithoutCloudIdentity",
  "id": "String (identifier)",
  "deviceName": "String",
  "azureAdDeviceId": "String"
}