Web Apps - Get Private Endpoint Connection

[プライベート エンドポイント接続を取得する] の説明

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/privateEndpointConnections/{privateEndpointConnectionName}?api-version=2023-01-01

URI パラメーター

名前 / 必須 説明
name
path True

string

サイトの名前。

privateEndpointConnectionName
path True

string

プライベート エンドポイント接続の名前。

resourceGroupName
path True

string

リソースが属しているリソース グループの名前。

Regex pattern: ^[-\w\._\(\)]+[^\.]$

subscriptionId
path True

string

Azure のサブスクリプション ID。 これは GUID 形式の文字列です (たとえば、000000000-0000-0000-0000-000000000000000000000000000000000000000000000000000000000000、

api-version
query True

string

API バージョン

応答

名前 説明
200 OK

RemotePrivateEndpointConnectionARMResource

OK

Other Status Codes

DefaultErrorResponse

エラー応答をApp Serviceします。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

名前 説明
user_impersonation ユーザー アカウントの借用

Get a private endpoint connection for a site.

Sample Request

GET https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/rg/providers/Microsoft.Web/sites/testSite/privateEndpointConnections/connection?api-version=2023-01-01

Sample Response

{
  "id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/rg/providers/Microsoft.Web/sites/testSite/privateEndpointConnections/connection",
  "properties": {
    "provisioningState": "Succeeded",
    "privateEndpoint": {
      "id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/rg/providers/Microsoft.Network/privateEndpoints/myPrivateEndpoint"
    },
    "privateLinkServiceConnectionState": {
      "status": "Approved",
      "description": "Approved by admin.",
      "actionsRequired": ""
    }
  }
}

定義

名前 説明
ArmIdWrapper

ARM リソース ID のラッパー

DefaultErrorResponse

エラー応答をApp Serviceします。

Details
Error

エラー モデル。

PrivateLinkConnectionState

プライベート リンク接続の状態

RemotePrivateEndpointConnectionARMResource

リモート プライベート エンドポイント接続 ARM リソース。

ArmIdWrapper

ARM リソース ID のラッパー

名前 説明
id

string

DefaultErrorResponse

エラー応答をApp Serviceします。

名前 説明
error

Error

エラー モデル。

Details

名前 説明
code

string

プログラムによってエラーを識別するための標準化された文字列。

message

string

詳細なエラーの説明とデバッグ情報。

target

string

詳細なエラーの説明とデバッグ情報。

Error

エラー モデル。

名前 説明
code

string

プログラムによってエラーを識別するための標準化された文字列。

details

Details[]

詳細なエラー。

innererror

string

エラーのデバッグに関する詳細情報。

message

string

詳細なエラーの説明とデバッグ情報。

target

string

詳細なエラーの説明とデバッグ情報。

PrivateLinkConnectionState

プライベート リンク接続の状態

名前 説明
actionsRequired

string

プライベート リンク接続に対して必要なアクション

description

string

プライベート リンク接続の説明

status

string

プライベート リンク接続の状態

RemotePrivateEndpointConnectionARMResource

リモート プライベート エンドポイント接続 ARM リソース。

名前 説明
id

string

リソース ID。

kind

string

リソースの種類。

name

string

リソース名。

properties.ipAddresses

string[]

リモート プライベート エンドポイントにマップされたプライベート IPAddresses

properties.privateEndpoint

ArmIdWrapper

リモート プライベート エンドポイント接続の PrivateEndpoint

properties.privateLinkServiceConnectionState

PrivateLinkConnectionState

プライベート リンク接続の状態

properties.provisioningState

string

type

string

リソースの種類。