Share via


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, ConnectionProperties)

Update the status of a private endpoint connection with the given name.

BeginCreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnectionProperties)

Update the status of a private endpoint connection with the given name.

BeginCreateOrUpdateAsync(IPrivateEndpointConnectionsOperations, String, String, String, ConnectionProperties, CancellationToken)

Update the status of a private endpoint connection with the given name.

BeginCreateOrUpdateAsync(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnectionProperties, CancellationToken)

Update the status of a private endpoint connection with the given name.

BeginDelete(IPrivateEndpointConnectionsOperations, String, String, String)

Delete private endpoint connection with the specified name.

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

Delete private endpoint connection with the specified name.

CreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, ConnectionProperties)

Update the status of a private endpoint connection with the given name.

CreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnectionProperties)

Update the status of a private endpoint connection with the given name.

CreateOrUpdateAsync(IPrivateEndpointConnectionsOperations, String, String, String, ConnectionProperties, CancellationToken)

Update the status of a private endpoint connection with the given name.

CreateOrUpdateAsync(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnectionProperties, CancellationToken)

Update the status of a private endpoint connection with the given name.

Delete(IPrivateEndpointConnectionsOperations, String, String, String)

Delete private endpoint connection with the specified name.

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

Delete private endpoint connection with the specified name.

Get(IPrivateEndpointConnectionsOperations, String, String, String)

Get private endpoint connection properties for the given private endpoint.

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

Get private endpoint connection properties for the given private endpoint.

List(IPrivateEndpointConnectionsOperations, String, String)

List private endpoint connection properties.

ListAsync(IPrivateEndpointConnectionsOperations, String, String, CancellationToken)

List private endpoint connection properties.

Applies to