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 PrivateEndpointProperty privateEndpoint()

Get private endpoint which the connection belongs to.

abstract PrivateLinkServiceConnectionStateProperty 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:

the privateEndpoint value

privateLinkServiceConnectionState

public abstract PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState()

Get connection State of the Private Endpoint Connection.

Returns:

the privateLinkServiceConnectionState value

Applies to