共用方式為


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)

Updates the state of the specified private endpoint connection associated with the RedisEnterprise cluster.

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

Deletes the specified private endpoint connection associated with the RedisEnterprise cluster.

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

Gets the specified private endpoint connection associated with the RedisEnterprise cluster.

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

Lists all the private endpoint connections associated with the RedisEnterprise cluster.

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

Updates the state of the specified private endpoint connection associated with the RedisEnterprise cluster.

Extension Methods

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

Updates the state of the specified private endpoint connection associated with the RedisEnterprise cluster.

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

Updates the state of the specified private endpoint connection associated with the RedisEnterprise cluster.

Delete(IPrivateEndpointConnectionsOperations, String, String, String)

Deletes the specified private endpoint connection associated with the RedisEnterprise cluster.

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

Deletes the specified private endpoint connection associated with the RedisEnterprise cluster.

Get(IPrivateEndpointConnectionsOperations, String, String, String)

Gets the specified private endpoint connection associated with the RedisEnterprise cluster.

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

Gets the specified private endpoint connection associated with the RedisEnterprise cluster.

List(IPrivateEndpointConnectionsOperations, String, String)

Lists all the private endpoint connections associated with the RedisEnterprise cluster.

ListAsync(IPrivateEndpointConnectionsOperations, String, String, CancellationToken)

Lists all the private endpoint connections associated with the RedisEnterprise cluster.

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

Updates the state of the specified private endpoint connection associated with the RedisEnterprise cluster.

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

Updates the state of the specified private endpoint connection associated with the RedisEnterprise cluster.

Applies to