SupportsUpdatingPrivateEndpointConnection Interface
public interface SupportsUpdatingPrivateEndpointConnection
Provides access to update a private endpoint connection.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract void |
approvePrivateEndpointConnection(String privateEndpointConnectionName)
Approves the private endpoint connection. |
abstract Mono<Void> |
approvePrivateEndpointConnectionAsync(String privateEndpointConnectionName)
Approves the private endpoint connection. |
abstract void |
rejectPrivateEndpointConnection(String privateEndpointConnectionName)
Rejects the private endpoint connection. |
abstract Mono<Void> |
rejectPrivateEndpointConnectionAsync(String privateEndpointConnectionName)
Rejects the private endpoint connection. |
Method Details
approvePrivateEndpointConnection
public abstract void approvePrivateEndpointConnection(String privateEndpointConnectionName)
Approves the private endpoint connection.
Parameters:
approvePrivateEndpointConnectionAsync
public abstract Mono
Approves the private endpoint connection.
Parameters:
Returns:
rejectPrivateEndpointConnection
public abstract void rejectPrivateEndpointConnection(String privateEndpointConnectionName)
Rejects the private endpoint connection.
Parameters:
rejectPrivateEndpointConnectionAsync
public abstract Mono
Rejects the private endpoint connection.
Parameters:
Returns:
Applies to
Azure SDK for Java