Vpn Sites - List By Resource Group
リソース グループ内のすべての vpnSite を一覧表示します。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnSites?api-version=2024-05-01
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
resource
|
path | True |
string |
VpnSite のリソース グループ名。 |
subscription
|
path | True |
string |
Microsoft Azure サブスクリプションを一意に識別するサブスクリプション資格情報。 サブスクリプション ID は、すべてのサービス呼び出しの URI の一部を形成します。 |
api-version
|
query | True |
string |
クライアント API のバージョン。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
要求が成功しました。 リソース グループ内のすべての vpnSite の詳細を返します。 |
|
Other Status Codes |
操作が失敗した理由を説明するエラー応答。 |
セキュリティ
azure_auth
Azure Active Directory OAuth2 フロー。
型:
oauth2
フロー:
implicit
Authorization URL (承認 URL):
https://login.microsoftonline.com/common/oauth2/authorize
スコープ
名前 | 説明 |
---|---|
user_impersonation | ユーザー アカウントを偽装する |
例
VpnSiteListByResourceGroup
要求のサンプル
GET https://management.azure.com/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/vpnSites?api-version=2024-05-01
応答のサンプル
{
"value": [
{
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/vpnSites/vpnSite1",
"etag": "w/\\00000000-0000-0000-0000-000000000000\\",
"location": "West US",
"name": "vpnSite1",
"type": "Microsoft.Network/vpnSites",
"tags": {
"key1": "value1"
},
"properties": {
"provisioningState": "Succeeded",
"virtualWan": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualWANs/wan1"
},
"deviceProperties": {
"linkSpeedInMbps": 0
},
"addressSpace": {
"addressPrefixes": [
"10.0.0.0/16"
]
},
"isSecuritySite": false,
"vpnSiteLinks": [
{
"name": "vpnSiteLink1",
"type": "Microsoft.Network/vpnSites/vpnSiteLinks",
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/vpnSites/vpnSite1/vpnSiteLinks/vpnSiteLink1",
"etag": "W/\"00000000-0000-0000-0000-000000000000\"",
"properties": {
"provisioningState": "Succeeded",
"ipAddress": "50.50.50.56",
"linkProperties": {
"linkSpeedInMbps": 0
},
"bgpProperties": {
"bgpPeeringAddress": "192.168.0.0",
"asn": 1234
}
}
}
]
}
},
{
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/vpnSites/vpnSite2",
"etag": "w/\\00000000-0000-0000-0000-000000000000\\",
"location": "West US",
"name": "vpnSite2",
"type": "Microsoft.Network/vpnSites",
"tags": {
"key1": "value1"
},
"properties": {
"provisioningState": "Succeeded",
"virtualWan": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualWANs/wan1"
},
"deviceProperties": {
"deviceVendor": "vendor1",
"deviceModel": "model01",
"linkSpeedInMbps": 200
},
"ipAddress": "10.1.0.0",
"addressSpace": {
"addressPrefixes": [
"10.0.0.0/16"
]
},
"bgpProperties": {
"bgpPeeringAddress": "192.168.0.0",
"asn": 1234
}
}
}
]
}
定義
名前 | 説明 |
---|---|
Address |
AddressSpace には、仮想ネットワークのサブネットで使用できる IP アドレス範囲の配列が含まれています。 |
Bgp |
BGP 設定の詳細。 |
Cloud |
サービスからのエラー応答。 |
Cloud |
サービスからのエラー応答。 |
Device |
デバイスのプロパティの一覧。 |
Ipam |
IpamPool プレフィックス割り当てリファレンス。 |
IPConfiguration |
IPConfigurationBgpPeeringAddress のプロパティ。 |
List |
VpnSite を一覧表示する要求の結果。 これには、VpnSites の一覧と、次の結果セットを取得するための URL nextLink が含まれています。 |
O365Break |
Office365 ブレークアウト カテゴリ。 |
O365Policy |
Office365 ブレークアウト ポリシー。 |
Provisioning |
現在のプロビジョニング状態。 |
Sub |
別のサブリソースへの参照。 |
Vpn |
リンクの BGP 設定の詳細。 |
Vpn |
リンク プロバイダーのプロパティの一覧。 |
Vpn |
VpnSite リソース。 |
Vpn |
VpnSiteLink リソース。 |
AddressSpace
AddressSpace には、仮想ネットワークのサブネットで使用できる IP アドレス範囲の配列が含まれています。
名前 | 型 | 説明 |
---|---|---|
addressPrefixes |
string[] |
CIDR 表記でこの仮想ネットワーク用に予約されているアドレス ブロックの一覧。 |
ipamPoolPrefixAllocations |
IP アドレス プレフィックスを割り当てる IPAM プールの一覧。 |
BgpSettings
BGP 設定の詳細。
名前 | 型 | 説明 |
---|---|---|
asn |
integer |
BGP スピーカーの ASN。 |
bgpPeeringAddress |
string |
この BGP スピーカーの BGP ピアリング アドレスと BGP 識別子。 |
bgpPeeringAddresses |
仮想ネットワーク ゲートウェイの IP 構成 ID を持つ BGP ピアリング アドレス。 |
|
peerWeight |
integer |
この BGP スピーカーから学習したルートに追加された重み。 |
CloudError
サービスからのエラー応答。
名前 | 型 | 説明 |
---|---|---|
error |
クラウド エラー本文。 |
CloudErrorBody
サービスからのエラー応答。
名前 | 型 | 説明 |
---|---|---|
code |
string |
エラーの識別子。 コードは不変であり、プログラムで使用することを目的としています。 |
details |
エラーに関する追加の詳細の一覧。 |
|
message |
string |
ユーザー インターフェイスでの表示に適したエラーを説明するメッセージ。 |
target |
string |
特定のエラーのターゲット。 たとえば、エラーが発生したプロパティの名前です。 |
DeviceProperties
デバイスのプロパティの一覧。
名前 | 型 | 説明 |
---|---|---|
deviceModel |
string |
デバイスのモデル。 |
deviceVendor |
string |
デバイスベンダーの名前。 |
linkSpeedInMbps |
integer |
リンク速度。 |
IpamPoolPrefixAllocation
IpamPool プレフィックス割り当てリファレンス。
名前 | 型 | 説明 |
---|---|---|
allocatedAddressPrefixes |
string[] |
関連付けられたリソースの IpamPool に割り当てられた IP アドレス プレフィックスの一覧。 |
numberOfIpAddresses |
string |
割り当てる IP アドレスの数。 |
pool.id |
string |
関連付けられている Azure IpamPool リソースのリソース ID。 |
IPConfigurationBgpPeeringAddress
IPConfigurationBgpPeeringAddress のプロパティ。
名前 | 型 | 説明 |
---|---|---|
customBgpIpAddresses |
string[] |
IP 構成に属するカスタム BGP ピアリング アドレスの一覧。 |
defaultBgpIpAddresses |
string[] |
IP 構成に属する既定の BGP ピアリング アドレスの一覧。 |
ipconfigurationId |
string |
ゲートウェイに属する IP 構成の ID。 |
tunnelIpAddresses |
string[] |
IP 構成に属するトンネル パブリック IP アドレスの一覧。 |
ListVpnSitesResult
VpnSite を一覧表示する要求の結果。 これには、VpnSites の一覧と、次の結果セットを取得するための URL nextLink が含まれています。
名前 | 型 | 説明 |
---|---|---|
nextLink |
string |
操作リストの次のセットが存在する場合に結果を取得する URL。 |
value |
Vpn |
VpnSites の一覧。 |
O365BreakOutCategoryPolicies
Office365 ブレークアウト カテゴリ。
名前 | 型 | 説明 |
---|---|---|
allow |
boolean |
許可カテゴリを制御するフラグ。 |
default |
boolean |
既定のカテゴリを制御するフラグ。 |
optimize |
boolean |
最適化カテゴリを制御するフラグ。 |
O365PolicyProperties
Office365 ブレークアウト ポリシー。
名前 | 型 | 説明 |
---|---|---|
breakOutCategories |
Office365 ブレークアウト カテゴリ。 |
ProvisioningState
現在のプロビジョニング状態。
名前 | 型 | 説明 |
---|---|---|
Deleting |
string |
|
Failed |
string |
|
Succeeded |
string |
|
Updating |
string |
SubResource
別のサブリソースへの参照。
名前 | 型 | 説明 |
---|---|---|
id |
string |
リソース ID。 |
VpnLinkBgpSettings
リンクの BGP 設定の詳細。
名前 | 型 | 説明 |
---|---|---|
asn |
integer |
BGP スピーカーの ASN。 |
bgpPeeringAddress |
string |
この BGP スピーカーの BGP ピアリング アドレスと BGP 識別子。 |
VpnLinkProviderProperties
リンク プロバイダーのプロパティの一覧。
名前 | 型 | 説明 |
---|---|---|
linkProviderName |
string |
リンク プロバイダーの名前。 |
linkSpeedInMbps |
integer |
リンク速度。 |
VpnSite
VpnSite リソース。
名前 | 型 | 説明 |
---|---|---|
etag |
string |
リソースが更新されるたびに変更される一意の読み取り専用文字列。 |
id |
string |
リソース ID。 |
location |
string |
リソースの場所。 |
name |
string |
リソース名。 |
properties.addressSpace |
IP アドレス範囲の配列を含む AddressSpace。 |
|
properties.bgpProperties |
bgp プロパティのセット。 |
|
properties.deviceProperties |
デバイスのプロパティ。 |
|
properties.ipAddress |
string |
VPN サイトの IP アドレス。 |
properties.isSecuritySite |
boolean |
IsSecuritySite フラグ。 |
properties.o365Policy |
Office365 ポリシー。 |
|
properties.provisioningState |
VPN サイト リソースのプロビジョニング状態。 |
|
properties.siteKey |
string |
接続に使用できる VPN サイトのキー。 |
properties.virtualWan |
vpnSite が属する VirtualWAN。 |
|
properties.vpnSiteLinks |
すべての VPN サイト リンクの一覧。 |
|
tags |
object |
リソース タグ。 |
type |
string |
リソースの種類。 |
VpnSiteLink
VpnSiteLink リソース。
名前 | 型 | 説明 |
---|---|---|
etag |
string |
リソースが更新されるたびに変更される一意の読み取り専用文字列。 |
id |
string |
リソース ID。 |
name |
string |
リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。 |
properties.bgpProperties |
bgp プロパティのセット。 |
|
properties.fqdn |
string |
vpn-site-link の FQDN。 |
properties.ipAddress |
string |
vpn-site-link の IP アドレス。 |
properties.linkProperties |
リンク プロバイダーのプロパティ。 |
|
properties.provisioningState |
VPN サイト リンク リソースのプロビジョニング状態。 |
|
type |
string |
リソースの種類。 |