remoteNetwork リソースの種類
名前空間: microsoft.graph.networkaccess
重要
Microsoft Graph の /beta
バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
リモート ネットワークは、お客様のオンプレミス機器 (CPE) が IPsec トンネルを通じてグローバル セキュア アクセス サービスの最も近い展開に接続されているブランチ オフィスなどの場所を表します。
microsoft.graph.entity から継承します。
メソッド
メソッド | 戻り値の種類 | 説明 |
---|---|---|
List | microsoft.graph.networkaccess.remoteNetwork コレクション | microsoft.graph.networkaccess.remoteNetwork オブジェクトとそのプロパティの一覧を取得します。 |
Create | microsoft.graph.networkaccess.remoteNetwork | 新しい microsoft.graph.networkaccess.remoteNetwork オブジェクトをCreateします。 |
Get | microsoft.graph.networkaccess.remoteNetwork | microsoft.graph.networkaccess.remoteNetwork オブジェクトのプロパティとリレーションシップを読み取ります。 |
Update | microsoft.graph.networkaccess.remoteNetwork | microsoft.graph.networkaccess.remoteNetwork オブジェクトのプロパティを更新します。 |
Delete | なし | microsoft.graph.networkaccess.remoteNetwork オブジェクトを削除します。 |
プロパティ
プロパティ | 種類 | 説明 |
---|---|---|
id | String | リモート ネットワークの識別子。 microsoft.graph.entity から継承されます。 |
lastModifiedDateTime | DateTimeOffset | 最終変更時刻。 |
name | String | [名前]。 |
地域 | microsoft.graph.networkaccess.region | リモート ネットワークに最も近いリージョンを指定します。 指定できる値は、eastUS eastUS2 、westUS 、westUS2 、westUS3 、centralUS 、japanWest switzerlandNorth germanyWestCentral franceCentral westEurope ukSouth northEurope northCentralUS southIndia swedenCentral australiaSouthEast koreaCentral centralIndia franceSouth westCentralUS southAfricaWest canadaCentral southAfricaNorth canadaEast uaeNorth southCentralUS australiaEast southEastAsia koreaSouth japanEast italyNorth polandCentral brazilSouth koreaSouth 、、 israelCentral unknownFutureValue です。 |
version | String | リモート ネットワーク バージョン。 |
リレーションシップ
リレーションシップ | 型 | 説明 |
---|---|---|
connectivityConfiguration | microsoft.graph.networkaccess.remoteNetworkConnectivityConfiguration コレクション | リモート ネットワークに関連付けられているすべてのデバイス リンクの接続の詳細を指定します。 |
deviceLinks | microsoft.graph.networkaccess.deviceLink コレクション | リモート ネットワークに関連付けられている各一意の CPE デバイスが指定されます。
$expand をサポートします。 |
forwardingProfiles | microsoft.graph.networkaccess.forwardingProfile コレクション | リモート ネットワークに関連付けられている各転送プロファイルが指定されます。
$expand と $select をサポートします。 |
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.networkaccess.remoteNetwork",
"id": "String (identifier)",
"lastModifiedDateTime": "String (timestamp)",
"name": "String",
"region": "microsoft.graph.networkaccess.region",
"version": "String",
}