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)

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, PrivateEndpointConnection, 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.

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

List all private endpoint connections on a Automation account.

Extension Methods

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

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

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

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

BeginDelete(IPrivateEndpointConnectionsOperations, String, String, String)

Deletes a private endpoint connection with a given name.

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

Deletes a private endpoint connection with a given name.

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

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

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

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

Delete(IPrivateEndpointConnectionsOperations, String, String, String)

Deletes a private endpoint connection with a given name.

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

Deletes a private endpoint connection with a given name.

Get(IPrivateEndpointConnectionsOperations, String, String, String)

Gets a private endpoint connection.

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

Gets a private endpoint connection.

ListByAutomationAccount(IPrivateEndpointConnectionsOperations, String, String)

List all private endpoint connections on a Automation account.

ListByAutomationAccountAsync(IPrivateEndpointConnectionsOperations, String, String, CancellationToken)

List all private endpoint connections on a Automation account.

Applies to