public interface SupportsUpdatingPrivateEndpointConnection
| Modifier and Type | Method and Description |
|---|---|
void |
approvePrivateEndpointConnection(String privateEndpointConnectionName)
Approves the private endpoint connection.
|
Mono<Void> |
approvePrivateEndpointConnectionAsync(String privateEndpointConnectionName)
Approves the private endpoint connection.
|
void |
rejectPrivateEndpointConnection(String privateEndpointConnectionName)
Rejects the private endpoint connection.
|
Mono<Void> |
rejectPrivateEndpointConnectionAsync(String privateEndpointConnectionName)
Rejects the private endpoint connection.
|
void approvePrivateEndpointConnection(String privateEndpointConnectionName)
privateEndpointConnectionName - the name of the private endpoint connection.Mono<Void> approvePrivateEndpointConnectionAsync(String privateEndpointConnectionName)
privateEndpointConnectionName - the name of the private endpoint connection.void rejectPrivateEndpointConnection(String privateEndpointConnectionName)
privateEndpointConnectionName - the name of the private endpoint connection.Copyright © 2021 Microsoft Corporation. All rights reserved.