Private Endpoint Connections - Get

キー コンテナーに関連付けられている指定されたプライベート エンドポイント接続を取得します。

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/privateEndpointConnections/{privateEndpointConnectionName}?api-version=2022-07-01

URI パラメーター

名前 / 必須 説明
privateEndpointConnectionName
path True

string

キー コンテナーに関連付けられているプライベート エンドポイント接続の名前。

resourceGroupName
path True

string

キー コンテナーが含まれているリソース グループの名前。

subscriptionId
path True

string

Microsoft Azure サブスクリプションを一意に識別するサブスクリプション資格情報。 サブスクリプション ID は、全ての修理依頼についてURI の一部を生じさせます。

vaultName
path True

string

キー コンテナーの名前。

Regex pattern: ^[a-zA-Z0-9-]{3,24}$

api-version
query True

string

クライアント API のバージョン。

応答

名前 説明
200 OK

PrivateEndpointConnection

プライベート エンドポイント接続が正常に返されました。

204 No Content

プライベート エンドポイント接続が存在しません。

Other Status Codes

CloudError

操作に失敗した理由を説明するエラー応答。

KeyVaultGetPrivateEndpointConnection

Sample Request

GET https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sample-group/providers/Microsoft.KeyVault/vaults/sample-vault/privateEndpointConnections/sample-pec?api-version=2022-07-01

Sample Response

{
  "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sample-group/providers/Microsoft.KeyVault/vaults/sample-vault/privateEndpointConnections/sample-pec",
  "name": "sample-pec",
  "type": "Microsoft.KeyVault/vaults/privateEndpointConnections",
  "etag": "",
  "properties": {
    "provisioningState": "Succeeded",
    "privateEndpoint": {
      "id": "/subscriptions/00000000-0000-0000-1234-000000000000/resourceGroups/sample-group/providers/Microsoft.Network/privateEndpoints/sample-pe"
    },
    "privateLinkServiceConnectionState": {
      "status": "Approved",
      "description": "This was automatically approved by user1234@contoso.com",
      "actionsRequired": "None"
    }
  }
}

定義

名前 説明
ActionsRequired

サービス プロバイダーの変更でコンシューマーに対する更新が必要かどうかを示すメッセージ。

CloudError

リソース プロバイダーからのエラー応答Key Vault

CloudErrorBody

リソース プロバイダーからのエラー応答Key Vault

PrivateEndpoint

プライベート エンドポイント オブジェクトのプロパティ。

PrivateEndpointConnection

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

PrivateEndpointConnectionProvisioningState

現在のプロビジョニング状態。

PrivateEndpointServiceConnectionStatus

プライベート エンドポイント接続の状態。

PrivateLinkServiceConnectionState

プライベート リンク接続の承認状態を表す オブジェクト。

ActionsRequired

サービス プロバイダーの変更でコンシューマーに対する更新が必要かどうかを示すメッセージ。

名前 説明
None

string

CloudError

リソース プロバイダーからのエラー応答Key Vault

名前 説明
error

CloudErrorBody

リソース プロバイダーからのエラー応答Key Vault

CloudErrorBody

リソース プロバイダーからのエラー応答Key Vault

名前 説明
code

string

エラー コード。 これは、プログラムで使用できるニーモニックです。

message

string

ユーザー フレンドリなエラー メッセージ。 通常、メッセージはローカライズされ、サービスのバージョンによって異なる場合があります。

PrivateEndpoint

プライベート エンドポイント オブジェクトのプロパティ。

名前 説明
id

string

プライベート エンドポイント リソースの完全な識別子。

PrivateEndpointConnection

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

名前 説明
etag

string

プライベート エンドポイント接続の状態が変更されるたびに変更されます。

id

string

キー コンテナー リソースの完全修飾識別子。

location

string

キー コンテナー リソースの Azure の場所。

name

string

キー コンテナー リソースの名前。

properties.privateEndpoint

PrivateEndpoint

プライベート エンドポイント オブジェクトのプロパティ。

properties.privateLinkServiceConnectionState

PrivateLinkServiceConnectionState

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

properties.provisioningState

PrivateEndpointConnectionProvisioningState

プライベート エンドポイント接続のプロビジョニング状態。

tags

object

キー コンテナー リソースに割り当てられたタグ。

type

string

キー コンテナー リソースのリソースの種類。

PrivateEndpointConnectionProvisioningState

現在のプロビジョニング状態。

名前 説明
Creating

string

Deleting

string

Disconnected

string

Failed

string

Succeeded

string

Updating

string

PrivateEndpointServiceConnectionStatus

プライベート エンドポイント接続の状態。

名前 説明
Approved

string

Disconnected

string

Pending

string

Rejected

string

PrivateLinkServiceConnectionState

プライベート リンク接続の承認状態を表す オブジェクト。

名前 説明
actionsRequired

ActionsRequired

サービス プロバイダーの変更でコンシューマーに対する更新が必要かどうかを示すメッセージ。

description

string

承認または却下の理由。

status

PrivateEndpointServiceConnectionStatus

キー コンテナーの所有者によって接続が承認、拒否、または削除されたかどうかを示します。