ApplicationGatewayPrivateEndpointConnections interface

Interface representing a ApplicationGatewayPrivateEndpointConnections.

Methods

beginDelete(string, string, string, ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams)

Deletes the specified private endpoint connection on application gateway.

beginDeleteAndWait(string, string, string, ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams)

Deletes the specified private endpoint connection on application gateway.

beginUpdate(string, string, string, ApplicationGatewayPrivateEndpointConnection, ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams)

Updates the specified private endpoint connection on application gateway.

beginUpdateAndWait(string, string, string, ApplicationGatewayPrivateEndpointConnection, ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams)

Updates the specified private endpoint connection on application gateway.

get(string, string, string, ApplicationGatewayPrivateEndpointConnectionsGetOptionalParams)

Gets the specified private endpoint connection on application gateway.

list(string, string, ApplicationGatewayPrivateEndpointConnectionsListOptionalParams)

Lists all private endpoint connections on an application gateway.

Method Details

beginDelete(string, string, string, ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams)

Deletes the specified private endpoint connection on application gateway.

function beginDelete(resourceGroupName: string, applicationGatewayName: string, connectionName: string, options?: ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

The name of the resource group.

applicationGatewayName

string

The name of the application gateway.

connectionName

string

The name of the application gateway private endpoint connection.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams)

Deletes the specified private endpoint connection on application gateway.

function beginDeleteAndWait(resourceGroupName: string, applicationGatewayName: string, connectionName: string, options?: ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group.

applicationGatewayName

string

The name of the application gateway.

connectionName

string

The name of the application gateway private endpoint connection.

Returns

Promise<void>

beginUpdate(string, string, string, ApplicationGatewayPrivateEndpointConnection, ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams)

Updates the specified private endpoint connection on application gateway.

function beginUpdate(resourceGroupName: string, applicationGatewayName: string, connectionName: string, parameters: ApplicationGatewayPrivateEndpointConnection, options?: ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ApplicationGatewayPrivateEndpointConnection>, ApplicationGatewayPrivateEndpointConnection>>

Parameters

resourceGroupName

string

The name of the resource group.

applicationGatewayName

string

The name of the application gateway.

connectionName

string

The name of the application gateway private endpoint connection.

parameters
ApplicationGatewayPrivateEndpointConnection

Parameters supplied to update application gateway private endpoint connection operation.

Returns

beginUpdateAndWait(string, string, string, ApplicationGatewayPrivateEndpointConnection, ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams)

Updates the specified private endpoint connection on application gateway.

function beginUpdateAndWait(resourceGroupName: string, applicationGatewayName: string, connectionName: string, parameters: ApplicationGatewayPrivateEndpointConnection, options?: ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams): Promise<ApplicationGatewayPrivateEndpointConnection>

Parameters

resourceGroupName

string

The name of the resource group.

applicationGatewayName

string

The name of the application gateway.

connectionName

string

The name of the application gateway private endpoint connection.

parameters
ApplicationGatewayPrivateEndpointConnection

Parameters supplied to update application gateway private endpoint connection operation.

Returns

get(string, string, string, ApplicationGatewayPrivateEndpointConnectionsGetOptionalParams)

Gets the specified private endpoint connection on application gateway.

function get(resourceGroupName: string, applicationGatewayName: string, connectionName: string, options?: ApplicationGatewayPrivateEndpointConnectionsGetOptionalParams): Promise<ApplicationGatewayPrivateEndpointConnection>

Parameters

resourceGroupName

string

The name of the resource group.

applicationGatewayName

string

The name of the application gateway.

connectionName

string

The name of the application gateway private endpoint connection.

Returns

list(string, string, ApplicationGatewayPrivateEndpointConnectionsListOptionalParams)

Lists all private endpoint connections on an application gateway.

function list(resourceGroupName: string, applicationGatewayName: string, options?: ApplicationGatewayPrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<ApplicationGatewayPrivateEndpointConnection, ApplicationGatewayPrivateEndpointConnection[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group.

applicationGatewayName

string

The name of the application gateway.

Returns