IPrivateEndpointConnectionOperations Interface

Definition

PrivateEndpointConnectionOperations operations.

public interface IPrivateEndpointConnectionOperations
type IPrivateEndpointConnectionOperations = interface
Public Interface IPrivateEndpointConnectionOperations

Methods

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

Approves or rejects a private endpoint connection

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

Deletes a private endpoint connection

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

Gets a private endpoint connection

Extension Methods

CreateOrUpdate(IPrivateEndpointConnectionOperations, String, String, String, PrivateLinkConnectionApprovalRequestResource, String)

Approves or rejects a private endpoint connection

CreateOrUpdateAsync(IPrivateEndpointConnectionOperations, String, String, String, PrivateLinkConnectionApprovalRequestResource, String, CancellationToken)

Approves or rejects a private endpoint connection

Delete(IPrivateEndpointConnectionOperations, String, String, String)

Deletes a private endpoint connection

DeleteAsync(IPrivateEndpointConnectionOperations, String, String, String, CancellationToken)

Deletes a private endpoint connection

Get(IPrivateEndpointConnectionOperations, String, String, String, String)

Gets a private endpoint connection

GetAsync(IPrivateEndpointConnectionOperations, String, String, String, String, CancellationToken)

Gets a private endpoint connection

Applies to