PrivateEndpointConnectionsOperationsExtensions Class

Definition

Extension methods for PrivateEndpointConnectionsOperations.

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

Methods

BeginDelete(IPrivateEndpointConnectionsOperations, String, String, String)

Deletes the specified private endpoint connection associated with the key vault.

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

Deletes the specified private endpoint connection associated with the key vault.

Delete(IPrivateEndpointConnectionsOperations, String, String, String)

Deletes the specified private endpoint connection associated with the key vault.

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

Deletes the specified private endpoint connection associated with the key vault.

Get(IPrivateEndpointConnectionsOperations, String, String, String)

Gets the specified private endpoint connection associated with the key vault.

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

Gets the specified private endpoint connection associated with the key vault.

Put(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection)

Updates the specified private endpoint connection associated with the key vault.

PutAsync(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection, CancellationToken)

Updates the specified private endpoint connection associated with the key vault.

Applies to