Share via


IPrivateEndpointConnectionsOperations Interface

Definition

PrivateEndpointConnectionsOperations operations.

public interface IPrivateEndpointConnectionsOperations
type IPrivateEndpointConnectionsOperations = interface
Public Interface IPrivateEndpointConnectionsOperations

Methods

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

Update the state of the specified private endpoint connection associated with the service.

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

Deletes a private endpoint connection.

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

Update the state of the specified private endpoint connection associated with the service.

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

Deletes a private endpoint connection.

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

Gets the specified private endpoint connection associated with the service.

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

Lists all private endpoint connections for a service.

Extension Methods

BeginCreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection)

Update the state of the specified private endpoint connection associated with the service.

BeginCreateOrUpdateAsync(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection, CancellationToken)

Update the state of the specified private endpoint connection associated with the service.

BeginDelete(IPrivateEndpointConnectionsOperations, String, String, String)

Deletes a private endpoint connection.

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

Deletes a private endpoint connection.

CreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection)

Update the state of the specified private endpoint connection associated with the service.

CreateOrUpdateAsync(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection, CancellationToken)

Update the state of the specified private endpoint connection associated with the service.

Delete(IPrivateEndpointConnectionsOperations, String, String, String)

Deletes a private endpoint connection.

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

Deletes a private endpoint connection.

Get(IPrivateEndpointConnectionsOperations, String, String, String)

Gets the specified private endpoint connection associated with the service.

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

Gets the specified private endpoint connection associated with the service.

ListByService(IPrivateEndpointConnectionsOperations, String, String)

Lists all private endpoint connections for a service.

ListByServiceAsync(IPrivateEndpointConnectionsOperations, String, String, CancellationToken)

Lists all private endpoint connections for a service.

Applies to