windowsInformationProtectionNetworkLearningSummary リソースの種類

名前空間: microsoft.graph

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

Windows 情報保護のネットワークの学習概要エンティティ。

メソッド

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

プロパティ

プロパティ 説明
id String WindowsInformationProtectionNetworkLearningSummary の一意識別子。
url String Web サイト URL
deviceCount Int32 デバイス数

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.windowsInformationProtectionNetworkLearningSummary",
  "id": "String (identifier)",
  "url": "String",
  "deviceCount": 1024
}