Share via


PrivateEndpointConnectionsOperationsExtensions Class

Definition

Extension methods for PrivateEndpointConnectionsOperations.

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

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