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
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
Applies to
Azure SDK for .NET