windows10XVpnConfiguration リソースの種類

名前空間: microsoft.graph

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

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

Windows X VPN 構成プロファイル

deviceManagementResourceAccessProfileBase から継承します

メソッド

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

プロパティ

プロパティ 説明
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.windows10XVpnConfiguration",
  "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"
}