Managed Private Endpoints - List By Account
列出托管虚拟网络下的托管专用终结点。
GET {endpoint}/scan/managedvirtualnetworks/defaultv2/managedprivateendpoints?api-version=2023-09-01
URI 参数
| 名称 | 在 | 必需 | 类型 | 说明 |
|---|---|---|---|---|
|
endpoint
|
path | True |
string (url) |
purview 帐户的扫描终结点。 示例:https://{accountName}.purview.azure.com。 |
|
managed
|
path | True |
托管虚拟网络名称。 它目前仅限于值“defaultv2”。 |
|
|
api-version
|
query | True |
string |
要使用的 API 版本。 |
响应
| 名称 | 类型 | 说明 |
|---|---|---|
| 200 OK |
成功。 |
|
| Other Status Codes |
从扫描服务收到的错误响应。 标头 x-ms-error-code: string |
安全性
azure_auth
Azure Active Directory OAuth2 Flow。
类型:
oauth2
流向:
implicit
授权 URL:
https://login.microsoftonline.com/common/oauth2/authorize
作用域
| 名称 | 说明 |
|---|---|
| user_impersonation | 模拟用户帐户 |
示例
ManagedPrivateEndpoints_ListByAccount
示例请求
GET {endpoint}/scan/managedvirtualnetworks/defaultv2/managedprivateendpoints?api-version=2023-09-01
示例响应
x-ms-request-id: d5496da4-9c52-402f-b067-83cc9ddea888
{
"value": [
{
"name": "myManagedPrivateEndpoint",
"properties": {
"connectionState": {
"actionsRequired": "None",
"description": "test descrption",
"status": "Approved"
},
"fqdns": [
"fqdns1"
],
"groupId": "myGroupId",
"privateLinkResourceId": "myPrivateLinkResourceId",
"provisioningState": "Succeeded"
}
}
]
}
定义
| 名称 | 说明 |
|---|---|
|
Connection |
连接状态的属性。 |
|
Error |
错误模型。 |
|
Error |
错误响应模型。 |
|
Managed |
托管专用终结点。 |
|
Managed |
托管专用终结点资源列表。 |
|
Managed |
托管专用终结点的属性。 |
|
Managed |
托管虚拟网络名称。 它目前仅限于值“defaultv2”。 |
ConnectionStateProperties
连接状态的属性。
| 名称 | 类型 | 说明 |
|---|---|---|
| actionsRequired |
string |
专用链接连接的 ActionsRequired。 |
| description |
string |
专用链接连接的说明。 |
| status |
string |
专用链接连接的状态。 |
ErrorModel
错误模型。
| 名称 | 类型 | 说明 |
|---|---|---|
| code |
string |
用于标识特定错误的唯一错误代码。 |
| details |
提供其他错误详细信息的嵌套 ErrorModel 对象的数组。 |
|
| message |
string |
一条人工可读的错误消息,提供有关错误的详细信息。 |
| target |
string |
错误关联的特定组件。 |
ErrorResponseModel
错误响应模型。
| 名称 | 类型 | 说明 |
|---|---|---|
| error |
错误模型。 |
ManagedPrivateEndpoint
托管专用终结点。
| 名称 | 类型 | 说明 |
|---|---|---|
| id |
string |
资源标识符。 |
| name |
string |
资源名称。 |
| properties |
托管专用终结点的属性。 |
ManagedPrivateEndpointList
托管专用终结点资源列表。
| 名称 | 类型 | 说明 |
|---|---|---|
| count |
integer (int64) |
托管专用终结点的数量。 |
| nextLink |
string |
指向下一页结果的链接(如果存在任何剩余的结果)。 |
| value |
托管专用终结点列表。 |
ManagedPrivateEndpointProperties
托管专用终结点的属性。
| 名称 | 类型 | 说明 |
|---|---|---|
| connectionState |
连接状态的属性。 |
|
| fqdns |
string[] |
托管专用终结点的 fqdns。 |
| groupId |
string |
托管专用终结点的组标识符。 |
| privateLinkResourceId |
string |
托管专用终结点的专用链接资源标识符。 |
| provisioningState |
string |
托管专用终结点的预配状态。 |
ManagedVirtualNetworkName
托管虚拟网络名称。 它目前仅限于值“defaultv2”。
| 值 | 说明 |
|---|---|
| defaultv2 |