IApplicationGatewayPrivateEndpointConnectionsOperations Interface

Definition

ApplicationGatewayPrivateEndpointConnectionsOperations operations.

public interface IApplicationGatewayPrivateEndpointConnectionsOperations
type IApplicationGatewayPrivateEndpointConnectionsOperations = interface
Public Interface IApplicationGatewayPrivateEndpointConnectionsOperations

Methods

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified private endpoint connection on application gateway.

BeginUpdateWithHttpMessagesAsync(String, String, String, ApplicationGatewayPrivateEndpointConnection, Dictionary<String,List<String>>, CancellationToken)

Updates the specified private endpoint connection on application gateway.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified private endpoint connection on application gateway.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the specified private endpoint connection on application gateway.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all private endpoint connections on an application gateway.

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Lists all private endpoint connections on an application gateway.

UpdateWithHttpMessagesAsync(String, String, String, ApplicationGatewayPrivateEndpointConnection, Dictionary<String,List<String>>, CancellationToken)

Updates the specified private endpoint connection on application gateway.

Extension Methods

BeginDelete(IApplicationGatewayPrivateEndpointConnectionsOperations, String, String, String)

Deletes the specified private endpoint connection on application gateway.

BeginDeleteAsync(IApplicationGatewayPrivateEndpointConnectionsOperations, String, String, String, CancellationToken)

Deletes the specified private endpoint connection on application gateway.

BeginUpdate(IApplicationGatewayPrivateEndpointConnectionsOperations, String, String, String, ApplicationGatewayPrivateEndpointConnection)

Updates the specified private endpoint connection on application gateway.

BeginUpdateAsync(IApplicationGatewayPrivateEndpointConnectionsOperations, String, String, String, ApplicationGatewayPrivateEndpointConnection, CancellationToken)

Updates the specified private endpoint connection on application gateway.

Delete(IApplicationGatewayPrivateEndpointConnectionsOperations, String, String, String)

Deletes the specified private endpoint connection on application gateway.

DeleteAsync(IApplicationGatewayPrivateEndpointConnectionsOperations, String, String, String, CancellationToken)

Deletes the specified private endpoint connection on application gateway.

Get(IApplicationGatewayPrivateEndpointConnectionsOperations, String, String, String)

Gets the specified private endpoint connection on application gateway.

GetAsync(IApplicationGatewayPrivateEndpointConnectionsOperations, String, String, String, CancellationToken)

Gets the specified private endpoint connection on application gateway.

List(IApplicationGatewayPrivateEndpointConnectionsOperations, String, String)

Lists all private endpoint connections on an application gateway.

ListAsync(IApplicationGatewayPrivateEndpointConnectionsOperations, String, String, CancellationToken)

Lists all private endpoint connections on an application gateway.

ListNext(IApplicationGatewayPrivateEndpointConnectionsOperations, String)

Lists all private endpoint connections on an application gateway.

ListNextAsync(IApplicationGatewayPrivateEndpointConnectionsOperations, String, CancellationToken)

Lists all private endpoint connections on an application gateway.

Update(IApplicationGatewayPrivateEndpointConnectionsOperations, String, String, String, ApplicationGatewayPrivateEndpointConnection)

Updates the specified private endpoint connection on application gateway.

UpdateAsync(IApplicationGatewayPrivateEndpointConnectionsOperations, String, String, String, ApplicationGatewayPrivateEndpointConnection, CancellationToken)

Updates the specified private endpoint connection on application gateway.

Applies to