Condividi tramite


ApplicationGatewayPrivateEndpointConnectionsOperationsExtensions Class

Definition

Extension methods for ApplicationGatewayPrivateEndpointConnectionsOperations.

public static class ApplicationGatewayPrivateEndpointConnectionsOperationsExtensions
type ApplicationGatewayPrivateEndpointConnectionsOperationsExtensions = class
Public Module ApplicationGatewayPrivateEndpointConnectionsOperationsExtensions
Inheritance
ApplicationGatewayPrivateEndpointConnectionsOperationsExtensions

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