IManagedInstancePrivateEndpointConnectionsOperations Interface

Definition

ManagedInstancePrivateEndpointConnectionsOperations operations.

public interface IManagedInstancePrivateEndpointConnectionsOperations
type IManagedInstancePrivateEndpointConnectionsOperations = interface
Public Interface IManagedInstancePrivateEndpointConnectionsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, ManagedInstancePrivateEndpointConnection, 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, ManagedInstancePrivateEndpointConnection, 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.

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

Gets all private endpoint connections on a server.

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

Gets all private endpoint connections on a server.

Extension Methods

BeginCreateOrUpdate(IManagedInstancePrivateEndpointConnectionsOperations, String, String, String, ManagedInstancePrivateEndpointConnection)

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

BeginCreateOrUpdateAsync(IManagedInstancePrivateEndpointConnectionsOperations, String, String, String, ManagedInstancePrivateEndpointConnection, CancellationToken)

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

BeginDelete(IManagedInstancePrivateEndpointConnectionsOperations, String, String, String)

Deletes a private endpoint connection with a given name.

BeginDeleteAsync(IManagedInstancePrivateEndpointConnectionsOperations, String, String, String, CancellationToken)

Deletes a private endpoint connection with a given name.

CreateOrUpdate(IManagedInstancePrivateEndpointConnectionsOperations, String, String, String, ManagedInstancePrivateEndpointConnection)

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

CreateOrUpdateAsync(IManagedInstancePrivateEndpointConnectionsOperations, String, String, String, ManagedInstancePrivateEndpointConnection, CancellationToken)

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

Delete(IManagedInstancePrivateEndpointConnectionsOperations, String, String, String)

Deletes a private endpoint connection with a given name.

DeleteAsync(IManagedInstancePrivateEndpointConnectionsOperations, String, String, String, CancellationToken)

Deletes a private endpoint connection with a given name.

Get(IManagedInstancePrivateEndpointConnectionsOperations, String, String, String)

Gets a private endpoint connection.

GetAsync(IManagedInstancePrivateEndpointConnectionsOperations, String, String, String, CancellationToken)

Gets a private endpoint connection.

ListByManagedInstance(IManagedInstancePrivateEndpointConnectionsOperations, String, String)

Gets all private endpoint connections on a server.

ListByManagedInstanceAsync(IManagedInstancePrivateEndpointConnectionsOperations, String, String, CancellationToken)

Gets all private endpoint connections on a server.

ListByManagedInstanceNext(IManagedInstancePrivateEndpointConnectionsOperations, String)

Gets all private endpoint connections on a server.

ListByManagedInstanceNextAsync(IManagedInstancePrivateEndpointConnectionsOperations, String, CancellationToken)

Gets all private endpoint connections on a server.

Applies to