deviceManagementCollectionSettingInstance リソースの種類

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。

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

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

deviceManagementSettingInstance から継承します

メソッド

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

プロパティ

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

リレーションシップ

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

JSON 表記

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

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