Share via


IPrivateEndpointConnectionsOperations Interface

Definition

PrivateEndpointConnectionsOperations operations.

public interface IPrivateEndpointConnectionsOperations
type IPrivateEndpointConnectionsOperations = interface
Public Interface IPrivateEndpointConnectionsOperations

Methods

BeginCreateWithHttpMessagesAsync(String, String, String, PrivateEndpointConnection, Dictionary<String,List<String>>, CancellationToken)

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

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

CreateWithHttpMessagesAsync(String, String, String, PrivateEndpointConnection, Dictionary<String,List<String>>, CancellationToken)

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

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListByStorageSyncServiceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Get a PrivateEndpointConnection List.

Extension 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