PrivateEndpointConnectionsOperationsExtensions Class

Definition

Extension methods for PrivateEndpointConnectionsOperations.

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

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