windows10XWifiConfiguration リソースの種類

名前空間: microsoft.graph

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

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

Windows X WifiXml 構成プロファイル

deviceManagementResourceAccessProfileBase から継承します

メソッド

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

プロパティ

プロパティ 説明
id String deviceManagementResourceAccessProfileBase から継承されたプロファイル識別子
version Int32 deviceManagementResourceAccessProfileBase から継承されたプロファイルのバージョン
displayName String プロファイル表示名 deviceManagementResourceAccessProfileBase から継承
説明 String プロファイルの説明 deviceManagementResourceAccessProfileBase から継承
creationDateTime DateTimeOffset DateTime プロファイルが deviceManagementResourceAccessProfileBase から継承されて作成されました
lastModifiedDateTime DateTimeOffset DateTime プロファイルが最後に変更されました。deviceManagementResourceAccessProfileBase から継承されました
roleScopeTagIds String collection deviceManagementResourceAccessProfileBase から継承されたスコープ タグ
serverApplicabilityRules applicabilityRule コレクション deviceManagementResourceAccessProfileBase から継承されたデバイス構成プロファイルの適用規則の一覧
authenticationCertificateId Guid 認証証明書の ID
customXmlFileName String カスタム Xml ファイル名。
customXml バイナリ 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"
  ],
  "serverApplicabilityRules": [
    {
      "@odata.type": "microsoft.graph.applicabilityRule",
      "filterType": "String"
    }
  ],
  "authenticationCertificateId": "Guid",
  "customXmlFileName": "String",
  "customXml": "binary"
}