windows10XWifiConfiguration リソースの種類

名前空間: microsoft.graph

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

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

WindowsX WifiXml 構成プロファイル

deviceManagementResourceAccessProfileBase から継承する

メソッド

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

プロパティ

プロパティ 説明
id 文字列 プロファイル識別子 deviceManagementResourceAccessProfileBase から継承
version Int32 プロファイルのバージョンdeviceManagementResourceAccessProfileBaseから継承
displayName String プロファイル表示名deviceManagementResourceAccessProfileBaseから継承
description String プロファイルの説明deviceManagementResourceAccessProfileBaseから継承
creationDateTime DateTimeOffset DateTime プロファイルが作成されましたdeviceManagementResourceAccessProfileBaseから継承
lastModifiedDateTime DateTimeOffset DateTime プロファイルが最後に変更されたdeviceManagementResourceAccessProfileBaseから継承
roleScopeTagIds String collection deviceManagementResourceAccessProfileBaseから継承されたスコープ タグ
authenticationCertificateId Guid 認証証明書の ID
customXmlFileName 文字列 カスタム Xml ファイル名。
customXml Binary VPN 接続を構成するカスタム XML コマンド。 (UTF8 バイト エンコード)

リレーションシップ

リレーションシップ 説明
assignments deviceManagementResourceAccessProfileAssignment コレクション デバイスの構成プロファイルの割り当てのリスト。 deviceManagementResourceAccessProfileBase から継承

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.windows10XWifiConfiguration",
  "id": "String (identifier)",
  "version": 1024,
  "displayName": "String",
  "description": "String",
  "creationDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "roleScopeTagIds": [
    "String"
  ],
  "authenticationCertificateId": "Guid",
  "customXmlFileName": "String",
  "customXml": "binary"
}