IPrivateEndpointConnectionsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
PrivateEndpointConnectionsOperations operations.
public interface IPrivateEndpointConnectionsOperations
type IPrivateEndpointConnectionsOperations = interface
Public Interface IPrivateEndpointConnectionsOperations
Methods
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
Azure SDK for .NET