deviceManagementCollectionSettingInstance リソースの種類

名前空間: microsoft.graph

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

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

値のコレクションを表す設定インスタンス

deviceManagementSettingInstance から継承する

メソッド

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

プロパティ

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

リレーションシップ

リレーションシップ 説明
value deviceManagementSettingInstance コレクション 値のコレクション

JSON 表記

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

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