Share via


IPrivateEndpointConnectionsOperations Interface

Definition

PrivateEndpointConnectionsOperations operations.

public interface IPrivateEndpointConnectionsOperations
type IPrivateEndpointConnectionsOperations = interface
Public Interface IPrivateEndpointConnectionsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, PrivateEndpointConnectionInner, Dictionary<String,List<String>>, CancellationToken)

Approve or reject a private endpoint connection with a given name.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a private endpoint connection with a given name.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, PrivateEndpointConnectionInner, Dictionary<String,List<String>>, CancellationToken)

Approve or reject a private endpoint connection with a given name.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a private endpoint connection with a given name.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a private endpoint connection.

ListByDatabaseAccountWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

List all private endpoint connections on a Cosmos DB account.

Extension Methods

BeginCreateOrUpdateAsync(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnectionInner, CancellationToken)

Approve or reject a private endpoint connection with a given name.

BeginDeleteAsync(IPrivateEndpointConnectionsOperations, String, String, String, CancellationToken)

Deletes a private endpoint connection with a given name.

CreateOrUpdateAsync(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnectionInner, CancellationToken)

Approve or reject a private endpoint connection with a given name.

DeleteAsync(IPrivateEndpointConnectionsOperations, String, String, String, CancellationToken)

Deletes a private endpoint connection with a given name.

GetAsync(IPrivateEndpointConnectionsOperations, String, String, String, CancellationToken)

Gets a private endpoint connection.

ListByDatabaseAccountAsync(IPrivateEndpointConnectionsOperations, String, String, CancellationToken)

List all private endpoint connections on a Cosmos DB account.

Applies to