PrivateEndpointConnection Interface
Implements
public interface PrivateEndpointConnection
extends HasInnerModel<PrivateEndpointConnectionInner>, ExternalChildResource<PrivateEndpointConnection,CosmosDBAccount>
A private endpoint connection.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Private |
privateEndpoint()
Get private endpoint which the connection belongs to. |
abstract
Private |
privateLinkServiceConnectionState()
Get connection State of the Private Endpoint Connection. |
Method Details
privateEndpoint
public abstract PrivateEndpointProperty privateEndpoint()
Get private endpoint which the connection belongs to.
Returns:
privateLinkServiceConnectionState
public abstract PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState()
Get connection State of the Private Endpoint Connection.
Returns:
Applies to
Azure SDK for Java