PrivateEndpointConnectionsOperationsExtensions Class

Definition

Extension methods for PrivateEndpointConnectionsOperations.

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

Methods

BeginCreate(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection)

Update the state of specified private endpoint connection associated with the storage sync service.

BeginCreateAsync(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection, CancellationToken)

Update the state of specified private endpoint connection associated with the storage sync service.

BeginDelete(IPrivateEndpointConnectionsOperations, String, String, String)

Deletes the specified private endpoint connection associated with the storage sync service.

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

Deletes the specified private endpoint connection associated with the storage sync service.

Create(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection)

Update the state of specified private endpoint connection associated with the storage sync service.

CreateAsync(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection, CancellationToken)

Update the state of specified private endpoint connection associated with the storage sync service.

Delete(IPrivateEndpointConnectionsOperations, String, String, String)

Deletes the specified private endpoint connection associated with the storage sync service.

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

Deletes the specified private endpoint connection associated with the storage sync service.

Get(IPrivateEndpointConnectionsOperations, String, String, String)

Gets the specified private endpoint connection associated with the storage sync service.

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

Gets the specified private endpoint connection associated with the storage sync service.

ListByStorageSyncService(IPrivateEndpointConnectionsOperations, String, String)

Get a PrivateEndpointConnection List.

ListByStorageSyncServiceAsync(IPrivateEndpointConnectionsOperations, String, String, CancellationToken)

Get a PrivateEndpointConnection List.

Applies to