ApplicationGatewayPrivateEndpointConnectionsClient Interface
public interface ApplicationGatewayPrivateEndpointConnectionsClient
An instance of this class provides access to all the operations defined in ApplicationGatewayPrivateEndpointConnectionsClient.
Method Summary
Method Details
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String applicationGatewayName, String connectionName)
Deletes the specified private endpoint connection on application gateway.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String applicationGatewayName, String connectionName, Context context)
Deletes the specified private endpoint connection on application gateway.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String applicationGatewayName, String connectionName)
Deletes the specified private endpoint connection on application gateway.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<ApplicationGatewayPrivateEndpointConnectionInner>,ApplicationGatewayPrivateEndpointConnectionInner> beginUpdate(String resourceGroupName, String applicationGatewayName, String connectionName, ApplicationGatewayPrivateEndpointConnectionInner parameters)
Updates the specified private endpoint connection on application gateway.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<ApplicationGatewayPrivateEndpointConnectionInner>,ApplicationGatewayPrivateEndpointConnectionInner> beginUpdate(String resourceGroupName, String applicationGatewayName, String connectionName, ApplicationGatewayPrivateEndpointConnectionInner parameters, Context context)
Updates the specified private endpoint connection on application gateway.
Parameters:
Returns:
beginUpdateAsync
public abstract PollerFlux<PollResult<ApplicationGatewayPrivateEndpointConnectionInner>,ApplicationGatewayPrivateEndpointConnectionInner> beginUpdateAsync(String resourceGroupName, String applicationGatewayName, String connectionName, ApplicationGatewayPrivateEndpointConnectionInner parameters)
Updates the specified private endpoint connection on application gateway.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String applicationGatewayName, String connectionName)
Deletes the specified private endpoint connection on application gateway.
Parameters:
delete
public abstract void delete(String resourceGroupName, String applicationGatewayName, String connectionName, Context context)
Deletes the specified private endpoint connection on application gateway.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String applicationGatewayName, String connectionName)
Deletes the specified private endpoint connection on application gateway.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String applicationGatewayName, String connectionName)
Deletes the specified private endpoint connection on application gateway.
Parameters:
Returns:
get
public abstract ApplicationGatewayPrivateEndpointConnectionInner get(String resourceGroupName, String applicationGatewayName, String connectionName)
Gets the specified private endpoint connection on application gateway.
Parameters:
Returns:
getAsync
public abstract Mono<ApplicationGatewayPrivateEndpointConnectionInner> getAsync(String resourceGroupName, String applicationGatewayName, String connectionName)
Gets the specified private endpoint connection on application gateway.
Parameters:
Returns:
getWithResponse
public abstract Response<ApplicationGatewayPrivateEndpointConnectionInner> getWithResponse(String resourceGroupName, String applicationGatewayName, String connectionName, Context context)
Gets the specified private endpoint connection on application gateway.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<ApplicationGatewayPrivateEndpointConnectionInner>> getWithResponseAsync(String resourceGroupName, String applicationGatewayName, String connectionName)
Gets the specified private endpoint connection on application gateway.
Parameters:
Returns:
list
public abstract PagedIterable<ApplicationGatewayPrivateEndpointConnectionInner> list(String resourceGroupName, String applicationGatewayName)
Lists all private endpoint connections on an application gateway.
Parameters:
Returns:
list
public abstract PagedIterable<ApplicationGatewayPrivateEndpointConnectionInner> list(String resourceGroupName, String applicationGatewayName, Context context)
Lists all private endpoint connections on an application gateway.
Parameters:
Returns:
listAsync
public abstract PagedFlux<ApplicationGatewayPrivateEndpointConnectionInner> listAsync(String resourceGroupName, String applicationGatewayName)
Lists all private endpoint connections on an application gateway.
Parameters:
Returns:
update
public abstract ApplicationGatewayPrivateEndpointConnectionInner update(String resourceGroupName, String applicationGatewayName, String connectionName, ApplicationGatewayPrivateEndpointConnectionInner parameters)
Updates the specified private endpoint connection on application gateway.
Parameters:
Returns:
update
public abstract ApplicationGatewayPrivateEndpointConnectionInner update(String resourceGroupName, String applicationGatewayName, String connectionName, ApplicationGatewayPrivateEndpointConnectionInner parameters, Context context)
Updates the specified private endpoint connection on application gateway.
Parameters:
Returns:
updateAsync
public abstract Mono<ApplicationGatewayPrivateEndpointConnectionInner> updateAsync(String resourceGroupName, String applicationGatewayName, String connectionName, ApplicationGatewayPrivateEndpointConnectionInner parameters)
Updates the specified private endpoint connection on application gateway.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String applicationGatewayName, String connectionName, ApplicationGatewayPrivateEndpointConnectionInner parameters)
Updates the specified private endpoint connection on application gateway.
Parameters:
Returns: