deviceManagementIntegerSettingInstance resource type
Namespace: microsoft.graph
Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
A setting instance representing an integer value
Inherits from deviceManagementSettingInstance
Methods
Method | Return Type | Description |
---|---|---|
List deviceManagementIntegerSettingInstances | deviceManagementIntegerSettingInstance collection | List properties and relationships of the deviceManagementIntegerSettingInstance objects. |
Get deviceManagementIntegerSettingInstance | deviceManagementIntegerSettingInstance | Read properties and relationships of the deviceManagementIntegerSettingInstance object. |
Create deviceManagementIntegerSettingInstance | deviceManagementIntegerSettingInstance | Create a new deviceManagementIntegerSettingInstance object. |
Delete deviceManagementIntegerSettingInstance | None | Deletes a deviceManagementIntegerSettingInstance. |
Update deviceManagementIntegerSettingInstance | deviceManagementIntegerSettingInstance | Update the properties of a deviceManagementIntegerSettingInstance object. |
Properties
Property | Type | Description |
---|---|---|
id | String | The setting instance ID Inherited from deviceManagementSettingInstance |
definitionId | String | The ID of the setting definition for this instance Inherited from deviceManagementSettingInstance |
valueJson | String | JSON representation of the value Inherited from deviceManagementSettingInstance |
value | Int32 | The integer value |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.deviceManagementIntegerSettingInstance",
"id": "String (identifier)",
"definitionId": "String",
"valueJson": "String",
"value": 1024
}