Share via


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
factoryName
path True

string

minLength: 3
maxLength: 63
pattern: ^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$

The factory name.

resourceGroupName
path True

string

minLength: 1
maxLength: 90
pattern: ^[-\w\._\(\)]+$

The resource group name.

subscriptionId
path True

string

The subscription identifier.

api-version
query True

string

The API version.

Responses

Name Type Description
200 OK

PrivateEndpointConnectionListResponse

OK.

Other Status Codes

CloudError

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

GET https://management.azure.com/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/privateEndPointConnections?api-version=2018-06-01

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
ArmIdWrapper

A wrapper for an ARM resource id

CloudError

The object that defines the structure of an Azure Data Factory error response.

PrivateEndpointConnectionListResponse

A list of linked service resources.

PrivateEndpointConnectionResource

Private Endpoint Connection ARM resource.

PrivateLinkConnectionState

The state of a private link connection

RemotePrivateEndpointConnection

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

CloudError[]

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

PrivateEndpointConnectionResource[]

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

RemotePrivateEndpointConnection

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

ArmIdWrapper

PrivateEndpoint of a remote private endpoint connection

privateLinkServiceConnectionState

PrivateLinkConnectionState

The state of a private link connection

provisioningState

string