IPrivateEndpointConnectionsOperations Interface

Definition

PrivateEndpointConnectionsOperations operations.

public interface IPrivateEndpointConnectionsOperations
type IPrivateEndpointConnectionsOperations = interface
Public Interface IPrivateEndpointConnectionsOperations

Methods

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

Update the state of specified private endpoint connection associated with the redis cache.

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

Deletes the specified private endpoint connection associated with the redis cache.

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

Gets the specified private endpoint connection associated with the redis cache.

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

List all the private endpoint connections associated with the redis cache.

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

Update the state of specified private endpoint connection associated with the redis cache.

Extension Methods

BeginPut(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection)

Update the state of specified private endpoint connection associated with the redis cache.

BeginPutAsync(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection, CancellationToken)

Update the state of specified private endpoint connection associated with the redis cache.

Delete(IPrivateEndpointConnectionsOperations, String, String, String)

Deletes the specified private endpoint connection associated with the redis cache.

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

Deletes the specified private endpoint connection associated with the redis cache.

Get(IPrivateEndpointConnectionsOperations, String, String, String)

Gets the specified private endpoint connection associated with the redis cache.

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

Gets the specified private endpoint connection associated with the redis cache.

List(IPrivateEndpointConnectionsOperations, String, String)

List all the private endpoint connections associated with the redis cache.

ListAsync(IPrivateEndpointConnectionsOperations, String, String, CancellationToken)

List all the private endpoint connections associated with the redis cache.

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

Update the state of specified private endpoint connection associated with the redis cache.

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

Update the state of specified private endpoint connection associated with the redis cache.

Applies to