Interface PrivateEndpointConnection
- All Superinterfaces:
ChildResource<CosmosDBAccount>, ExternalChildResource<PrivateEndpointConnection, CosmosDBAccount>, HasInnerModel<PrivateEndpointConnectionInner>, HasName, HasParent<CosmosDBAccount>, Indexable, Refreshable<PrivateEndpointConnection>
public interface PrivateEndpointConnection
extends HasInnerModel<PrivateEndpointConnectionInner>, ExternalChildResource<PrivateEndpointConnection, CosmosDBAccount>
A private endpoint connection.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of a private endpoint connection definition as a part of parent definition.static interfaceGrouping of private endpoint connection definition stages as a port of cosmos db account definition.static interfaceThe entirety of private endpoint connection update as a part of parent virtual machine update.static interfaceThe entirety of a private endpoint connection definition definition as a part of parent update.static interfaceGrouping of private endpoint connection definition stages as part of parent cosmos db account update.static interfaceGrouping of private endpoint connection update stages. -
Method Summary
Modifier and TypeMethodDescriptionGet private endpoint which the connection belongs to.Get connection State of the Private Endpoint Connection.Methods inherited from interface ExternalChildResource
idMethods inherited from interface HasInnerModel
innerModelMethods inherited from interface Refreshable
refresh, refreshAsync
-
Method Details
-
privateEndpoint
PrivateEndpointProperty privateEndpoint()Get private endpoint which the connection belongs to.- Returns:
- the privateEndpoint value
-
privateLinkServiceConnectionState
PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState()Get connection State of the Private Endpoint Connection.- Returns:
- the privateLinkServiceConnectionState value
-