你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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: