PrivateEndpointConnection Interface
Implements
ExternalChildResource<PrivateEndpointConnection,CosmosDBAccount>
HasInnerModel<PrivateEndpointConnectionInner>
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:
the privateEndpoint value
privateLinkServiceConnectionState
public abstract PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState()
Get connection State of the Private Endpoint Connection.
Returns:
the privateLinkServiceConnectionState value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java