win32LobAppProductCodeDetection リソースの種類

名前空間: microsoft.graph

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

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

Win32 アプリを検出する製品コードとバージョンのプロパティが含まれる

win32LobAppDetection から継承

プロパティ

プロパティ 説明
productCode String Win32 Line of Business (LoB) アプリの製品コード。
productVersionOperator win32LobAppDetectionOperator 製品バージョンを検出する演算子。 可能な値は、notConfiguredequalnotEqualgreaterThangreaterThanOrEquallessThanlessThanOrEqual です。
productVersion String Win32 Line of Business (LoB) アプリの製品バージョン。

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.win32LobAppProductCodeDetection",
  "productCode": "String",
  "productVersionOperator": "String",
  "productVersion": "String"
}