Interface SupportsUpdatingPrivateEndpointConnection
public interface SupportsUpdatingPrivateEndpointConnection
Provides access to update a private endpoint connection.
-
Method Summary
Modifier and TypeMethodDescriptionvoidapprovePrivateEndpointConnection(String privateEndpointConnectionName) Approves the private endpoint connection.approvePrivateEndpointConnectionAsync(String privateEndpointConnectionName) Approves the private endpoint connection.voidrejectPrivateEndpointConnection(String privateEndpointConnectionName) Rejects the private endpoint connection.rejectPrivateEndpointConnectionAsync(String privateEndpointConnectionName) Rejects the private endpoint connection.
-
Method Details
-
approvePrivateEndpointConnection
Approves the private endpoint connection.- Parameters:
privateEndpointConnectionName- the name of the private endpoint connection.
-
approvePrivateEndpointConnectionAsync
Approves the private endpoint connection.- Parameters:
privateEndpointConnectionName- the name of the private endpoint connection.- Returns:
- the completion.
-
rejectPrivateEndpointConnection
Rejects the private endpoint connection.- Parameters:
privateEndpointConnectionName- the name of the private endpoint connection.
-
rejectPrivateEndpointConnectionAsync
Rejects the private endpoint connection.- Parameters:
privateEndpointConnectionName- the name of the private endpoint connection.- Returns:
- the completion.
-