Interface IPrivateEndpointConnection
- Namespace
- Microsoft.Azure.Management.CosmosDB.Fluent
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
A private endpoint connection.
public interface IPrivateEndpointConnection : IBeta, IHasInner<PrivateEndpointConnectionInner>, IExternalChildResource<IPrivateEndpointConnection, ICosmosDBAccount>, IChildResource<ICosmosDBAccount>, IHasName, IIndexable, IHasParent<ICosmosDBAccount>, IRefreshable<IPrivateEndpointConnection>
Properties
PrivateEndpoint
Gets private endpoint which the connection belongs to.
PrivateEndpointProperty PrivateEndpoint { get; }
Property Value
PrivateLinkServiceConnectionState
Gets connection State of the Private Endpoint Connection.
PrivateLinkServiceConnectionStateProperty PrivateLinkServiceConnectionState { get; }