Share via


branchSite リソースの種類 (非推奨)

名前空間: microsoft.graph.networkaccess

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

重要

非推奨になり、間もなく廃止される予定です。 代わりに、 remoteNetwork リソースの種類 とそれに関連付けられているメソッドを使用します。

ブランチは、Customer Premises Equipment (CPE) をグローバル セキュリティで保護されたアクセス サービス エッジ ネットワークに接続します。

microsoft.graph.entity から継承します。

メソッド

メソッド 戻り値の種類 説明
ブランチサイトの一覧表示 microsoft.graph.networkaccess.branchSite コレクション microsoft.graph.networkaccess.branchSite オブジェクトとそのプロパティの一覧を取得します。
Create branchSite microsoft.graph.networkaccess.branchSite 新しい microsoft.graph.networkaccess.branchSite オブジェクトをCreateします。
Get branchSite microsoft.graph.networkaccess.branchSite microsoft.graph.networkaccess.branchSite オブジェクトのプロパティとリレーションシップを読み取ります。
BranchSite の更新 microsoft.graph.networkaccess.branchSite microsoft.graph.networkaccess.branchSite オブジェクトのプロパティを更新します。
BranchSite の削除 なし microsoft.graph.networkaccess.branchSite オブジェクトを削除します。

プロパティ

プロパティ 説明
bandwidthCapacity Int64 ブランチ サイトからの最大許容 Mbps (メガビット/秒) 帯域幅を決定します。 使用可能な値は:250、、500750です1000
connectivityState microsoft.graph.networkaccess.connectivityState ブランチ サイトの状態を決定します。 使用可能な値: pendingconnectedinactiveerror
id String ブランチの識別子。 microsoft.graph.entity から継承されます。
lastModifiedDateTime DateTimeOffset 最終変更時刻。
name String [名前]。
地域 microsoft.graph.networkaccess.region リモート ネットワークに最も近いリージョンを指定します。 指定できる値は、eastUSeastUS2westUSwestUS2westUS3centralUSjapanWestswitzerlandNorthgermanyWestCentralfranceCentralwestEuropeukSouthnorthEuropenorthCentralUSsouthIndiaswedenCentralaustraliaSouthEastkoreaCentralcentralIndiafranceSouthwestCentralUSsouthAfricaWestcanadaCentralsouthAfricaNorthcanadaEastuaeNorthsouthCentralUSaustraliaEastsouthEastAsiakoreaSouthjapanEastitalyNorthpolandCentralbrazilSouthkoreaSouth、、 israelCentralunknownFutureValueです。
version String ブランチ バージョン。
country (非推奨) String ブランチ サイトは、指定した国に作成されます。 使用しないでください。

リレーションシップ

リレーションシップ 説明
connectivityConfiguration microsoft.graph.networkaccess.branchConnectivityConfiguration コレクション ブランチに関連付けられているすべてのデバイス リンクの接続の詳細を指定します。
deviceLinks microsoft.graph.networkaccess.deviceLink コレクション ブランチに関連付けられている各一意の CPE デバイスが指定されます。 $expand をサポートします。
forwardingProfiles microsoft.graph.networkaccess.forwardingProfile コレクション ブランチ サイトに関連付けられている各転送プロファイルが指定されます。 $expand をサポートします。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.networkaccess.branchSite",
  "id": "String (identifier)",
  "name": "String",
  "country": "String",
  "region": "String",
  "connectivityState": "String",
  "bandwidthCapacity": "Integer",
  "version": "String",
  "lastModifiedDateTime": "String (timestamp)"
}