PrivateEndpointConnection interface

Interface representing a PrivateEndpointConnection.

Methods

createOrUpdate(string, string, string, PrivateLinkConnectionApprovalRequestResource, PrivateEndpointConnectionCreateOrUpdateOptionalParams)

Approves or rejects a private endpoint connection

delete(string, string, string, PrivateEndpointConnectionDeleteOptionalParams)

Deletes a private endpoint connection

get(string, string, string, PrivateEndpointConnectionGetOptionalParams)

Gets a private endpoint connection

Method Details

createOrUpdate(string, string, string, PrivateLinkConnectionApprovalRequestResource, PrivateEndpointConnectionCreateOrUpdateOptionalParams)

Approves or rejects a private endpoint connection

function createOrUpdate(resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, privateEndpointWrapper: PrivateLinkConnectionApprovalRequestResource, options?: PrivateEndpointConnectionCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionResource>

Parameters

resourceGroupName

string

The resource group name.

factoryName

string

The factory name.

privateEndpointConnectionName

string

The private endpoint connection name.

privateEndpointWrapper
PrivateLinkConnectionApprovalRequestResource

Private Endpoint Connection Approval ARM resource.

Returns

delete(string, string, string, PrivateEndpointConnectionDeleteOptionalParams)

Deletes a private endpoint connection

function delete(resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The resource group name.

factoryName

string

The factory name.

privateEndpointConnectionName

string

The private endpoint connection name.

options
PrivateEndpointConnectionDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, string, PrivateEndpointConnectionGetOptionalParams)

Gets a private endpoint connection

function get(resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionGetOptionalParams): Promise<PrivateEndpointConnectionResource>

Parameters

resourceGroupName

string

The resource group name.

factoryName

string

The factory name.

privateEndpointConnectionName

string

The private endpoint connection name.

options
PrivateEndpointConnectionGetOptionalParams

The options parameters.

Returns