deviceManagementIntegerSettingInstance リソースの種類

名前空間: microsoft.graph

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

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

整数値を表す設定インスタンス

deviceManagementSettingInstance から継承する

メソッド

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

プロパティ

プロパティ 説明
id String 設定インスタンス ID deviceManagementSettingInstanceから継承
definitionId String このインスタンスの設定定義のID deviceManagementSettingInstanceから継承
valueJson String 値の JSON 表記deviceManagementSettingInstanceから継承
Int32 整数値

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.deviceManagementIntegerSettingInstance",
  "id": "String (identifier)",
  "definitionId": "String",
  "valueJson": "String",
  "value": 1024
}