private End Point Connections - List By Factory
Lists Private endpoint connections
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndPointConnections?api-version=2018-06-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
factory
|
path | True |
string minLength: 3maxLength: 63 pattern: ^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$ |
The factory name. |
resource
|
path | True |
string minLength: 1maxLength: 90 pattern: ^[-\w\._\(\)]+$ |
The resource group name. |
subscription
|
path | True |
string |
The subscription identifier. |
api-version
|
query | True |
string |
The API version. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK. |
|
Other Status Codes |
An error response received from the Azure Data Factory service. |
Security
azure_auth
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Examples
privateEndPointConnections_ListByFactory
Sample request
Sample response
Date: Wed, 13 Jun 2020 21:33:05 GMT
X-Content-Type-Options: nosniff
x-ms-ratelimit-remaining-subscription-reads: 14908
x-ms-request-id: 9e6639e9-bece-4c0c-85de-4cadc30a73a6
x-ms-correlation-request-id: 9e6639e9-bece-4c0c-85de-4cadc30a73a6
{
"value": [
{
"id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/privateEndpoints/myPrivateEndpoint",
"name": "factories",
"type": "Microsoft.DataFactory/factories/privateEndpointConnections",
"properties": {
"provisioningState": "Succeeded",
"privateEndpoint": {
"id": "/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/managedVirtualNetworks/myPrivateEndpoint"
},
"privateLinkServiceConnectionState": {
"status": "Approved",
"description": "Approved by admin.",
"actionsRequired": "exampleActionsRequired"
}
}
}
]
}
Definitions
Name | Description |
---|---|
Arm |
A wrapper for an ARM resource id |
Cloud |
The object that defines the structure of an Azure Data Factory error response. |
Private |
A list of linked service resources. |
Private |
Private Endpoint Connection ARM resource. |
Private |
The state of a private link connection |
Remote |
A remote private endpoint connection |
ArmIdWrapper
A wrapper for an ARM resource id
Name | Type | Description |
---|---|---|
id |
string |
CloudError
The object that defines the structure of an Azure Data Factory error response.
Name | Type | Description |
---|---|---|
error.code |
string |
Error code. |
error.details |
Array with additional error details. |
|
error.message |
string |
Error message. |
error.target |
string |
Property name/path in request associated with error. |
PrivateEndpointConnectionListResponse
A list of linked service resources.
Name | Type | Description |
---|---|---|
nextLink |
string |
The link to the next page of results, if any remaining results exist. |
value |
List of Private Endpoint Connections. |
PrivateEndpointConnectionResource
Private Endpoint Connection ARM resource.
Name | Type | Description |
---|---|---|
etag |
string |
Etag identifies change in the resource. |
id |
string |
The resource identifier. |
name |
string |
The resource name. |
properties |
Core resource properties |
|
type |
string |
The resource type. |
PrivateLinkConnectionState
The state of a private link connection
Name | Type | Description |
---|---|---|
actionsRequired |
string |
ActionsRequired for a private link connection |
description |
string |
Description of a private link connection |
status |
string |
Status of a private link connection |
RemotePrivateEndpointConnection
A remote private endpoint connection
Name | Type | Description |
---|---|---|
privateEndpoint |
PrivateEndpoint of a remote private endpoint connection |
|
privateLinkServiceConnectionState |
The state of a private link connection |
|
provisioningState |
string |