Private Endpoint Connections - Get

Gets the specified private endpoint connection associated with the configuration store.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateEndpointConnections/{privateEndpointConnectionName}?api-version=2023-03-01

URI Parameters

Name In Required Type Description
configStoreName
path True

string

The name of the configuration store.

Regex pattern: ^[a-zA-Z0-9_-]*$

privateEndpointConnectionName
path True

string

Private endpoint connection name

resourceGroupName
path True

string

The name of the resource group to which the container registry belongs.

subscriptionId
path True

string

The Microsoft Azure subscription ID.

api-version
query True

string

The client API version.

Responses

Name Type Description
200 OK

PrivateEndpointConnection

The request was successful; the request was well-formed and received properly.

Other Status Codes

ErrorResponse

Error response describing why the operation failed

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

PrivateEndpointConnection_GetConnection

Sample request

GET https://management.azure.com/subscriptions/c80fb759-c965-4c6a-9110-9b2b2d038882/resourceGroups/myResourceGroup/providers/Microsoft.AppConfiguration/configurationStores/contoso/privateEndpointConnections/myConnection?api-version=2023-03-01

Sample response

{
  "id": "/subscriptions/c80fb759-c965-4c6a-9110-9b2b2d038882/resourceGroups/myResourceGroup/providers/Microsoft.AppConfiguration/configurationStores/contoso/privateEndpointConnections/myConnection",
  "name": "myConnection",
  "type": "Microsoft.AppConfiguration/configurationStores/privateEndpointConnections",
  "properties": {
    "provisioningState": "Succeeded",
    "privateEndpoint": {
      "id": "/subscriptions/c80fb759-c965-4c6a-9110-9b2b2d038882/resourceGroups/myResourceGroup/providers/Microsoft.Network/privateEndpoints/peexample01"
    },
    "privateLinkServiceConnectionState": {
      "status": "Approved",
      "description": "Auto-Approved",
      "actionsRequired": "None"
    }
  }
}

Definitions

Name Description
ActionsRequired

Any action that is required beyond basic workflow (approve/ reject/ disconnect)

ConnectionStatus

The private link service connection status.

ErrorAdditionalInfo

The resource management error additional info.

ErrorDetails

The details of the error.

ErrorResponse

Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.

PrivateEndpoint

Private endpoint which a connection belongs to.

PrivateEndpointConnection

A private endpoint connection

PrivateLinkServiceConnectionState

The state of a private link service connection.

ProvisioningState

The provisioning state of the configuration store.

ActionsRequired

Any action that is required beyond basic workflow (approve/ reject/ disconnect)

Name Type Description
None

string

Recreate

string

ConnectionStatus

The private link service connection status.

Name Type Description
Approved

string

Disconnected

string

Pending

string

Rejected

string

ErrorAdditionalInfo

The resource management error additional info.

Name Type Description
info

object

The additional info.

type

string

The additional info type.

ErrorDetails

The details of the error.

Name Type Description
additionalInfo

ErrorAdditionalInfo[]

The error additional info.

code

string

Error code.

message

string

Error message indicating why the operation failed.

ErrorResponse

Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.

Name Type Description
error

ErrorDetails

The details of the error.

PrivateEndpoint

Private endpoint which a connection belongs to.

Name Type Description
id

string

The resource Id for private endpoint

PrivateEndpointConnection

A private endpoint connection

Name Type Description
id

string

The resource ID.

name

string

The name of the resource.

properties.privateEndpoint

PrivateEndpoint

The resource of private endpoint.

properties.privateLinkServiceConnectionState

PrivateLinkServiceConnectionState

A collection of information about the state of the connection between service consumer and provider.

properties.provisioningState

ProvisioningState

The provisioning status of the private endpoint connection.

type

string

The type of the resource.

PrivateLinkServiceConnectionState

The state of a private link service connection.

Name Type Description
actionsRequired

ActionsRequired

Any action that is required beyond basic workflow (approve/ reject/ disconnect)

description

string

The private link service connection description.

status

ConnectionStatus

The private link service connection status.

ProvisioningState

The provisioning state of the configuration store.

Name Type Description
Canceled

string

Creating

string

Deleting

string

Failed

string

Succeeded

string

Updating

string