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
Deletes the specified private endpoint connection on application gateway.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified private endpoint connection on application gateway.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes the specified private endpoint connection on application gateway.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller
Updates the specified private endpoint connection on application gateway.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller
Updates the specified private endpoint connection on application gateway.
Parameters:
Returns:
beginUpdateAsync
public abstract PollerFlux
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
Deletes the specified private endpoint connection on application gateway.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
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
Gets the specified private endpoint connection on application gateway.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the specified private endpoint connection on application gateway.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the specified private endpoint connection on application gateway.
Parameters:
Returns:
list
public abstract PagedIterable
Lists all private endpoint connections on an application gateway.
Parameters:
Returns:
list
public abstract PagedIterable
Lists all private endpoint connections on an application gateway.
Parameters:
Returns:
listAsync
public abstract PagedFlux
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
Updates the specified private endpoint connection on application gateway.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono
Updates the specified private endpoint connection on application gateway.
Parameters:
Returns:
Applies to
Azure SDK for Java