Share via


ManagedInstancePrivateEndpointConnectionsOperationsExtensions Class

Definition

Extension methods for ManagedInstancePrivateEndpointConnectionsOperations.

public static class ManagedInstancePrivateEndpointConnectionsOperationsExtensions
type ManagedInstancePrivateEndpointConnectionsOperationsExtensions = class
Public Module ManagedInstancePrivateEndpointConnectionsOperationsExtensions
Inheritance
ManagedInstancePrivateEndpointConnectionsOperationsExtensions

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