deviceHealthScriptIntegerParameter リソースの種類

名前空間: microsoft.graph

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

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

Integer スクリプト パラメーターのプロパティ。

deviceHealthScriptParameter から継承する

プロパティ

プロパティ 説明
name String deviceHealthScriptParameterから継承された param の名前
description String deviceHealthScriptParameterから継承された param の説明
isRequired Boolean param が必要かどうかdeviceHealthScriptParameterから継承
applyDefaultValueWhenNotAssigned Boolean deviceHealthScriptParameterから継承された割り当てられていない場合に DefaultValue を適用するかどうか
defaultValue Int32 Integer param の既定値。 有効な値 -2147483648 2147483647

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.deviceHealthScriptIntegerParameter",
  "name": "String",
  "description": "String",
  "isRequired": true,
  "applyDefaultValueWhenNotAssigned": true,
  "defaultValue": 1024
}