ApplicationGatewayPrivateEndpointConnectionsOperations interface

Interface representing a ApplicationGatewayPrivateEndpointConnections operations.

Properties

beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
delete

Deletes the specified private endpoint connection on application gateway.

get

Gets the specified private endpoint connection on application gateway.

list

Lists all private endpoint connections on an application gateway.

update

Updates the specified private endpoint connection on application gateway.

Property Details

beginDelete

Warning

This API is now deprecated.

use delete instead

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

Property Value

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

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

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

Property Value

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

beginUpdate

Warning

This API is now deprecated.

use update instead

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

Property Value

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

beginUpdateAndWait

Warning

This API is now deprecated.

use update instead

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

Property Value

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

delete

Deletes the specified private endpoint connection on application gateway.

delete: (resourceGroupName: string, applicationGatewayName: string, connectionName: string, options?: ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, applicationGatewayName: string, connectionName: string, options?: ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Gets the specified private endpoint connection on application gateway.

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

Property Value

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

list

Lists all private endpoint connections on an application gateway.

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

Property Value

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

update

Updates the specified private endpoint connection on application gateway.

update: (resourceGroupName: string, applicationGatewayName: string, connectionName: string, parameters: ApplicationGatewayPrivateEndpointConnection, options?: ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams) => PollerLike<OperationState<ApplicationGatewayPrivateEndpointConnection>, ApplicationGatewayPrivateEndpointConnection>

Property Value

(resourceGroupName: string, applicationGatewayName: string, connectionName: string, parameters: ApplicationGatewayPrivateEndpointConnection, options?: ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams) => PollerLike<OperationState<ApplicationGatewayPrivateEndpointConnection>, ApplicationGatewayPrivateEndpointConnection>