PrivateEndpointConnectionsClient Interface
public interface PrivateEndpointConnectionsClient
An instance of this class provides access to all the operations defined in PrivateEndpointConnectionsClient.
Method Summary
Method Details
beginPut
public abstract SyncPoller
Update the state of specified private endpoint connection associated with the redis cache.
Parameters:
Returns:
beginPut
public abstract SyncPoller
Update the state of specified private endpoint connection associated with the redis cache.
Parameters:
Returns:
beginPutAsync
public abstract PollerFlux
Update the state of specified private endpoint connection associated with the redis cache.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String cacheName, String privateEndpointConnectionName)
Deletes the specified private endpoint connection associated with the redis cache.
Parameters:
deleteAsync
public abstract Mono
Deletes the specified private endpoint connection associated with the redis cache.
Parameters:
Returns:
deleteWithResponse
public abstract Response
Deletes the specified private endpoint connection associated with the redis cache.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes the specified private endpoint connection associated with the redis cache.
Parameters:
Returns:
get
public abstract PrivateEndpointConnectionInner get(String resourceGroupName, String cacheName, String privateEndpointConnectionName)
Gets the specified private endpoint connection associated with the redis cache.
Parameters:
Returns:
getAsync
public abstract Mono
Gets the specified private endpoint connection associated with the redis cache.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the specified private endpoint connection associated with the redis cache.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the specified private endpoint connection associated with the redis cache.
Parameters:
Returns:
list
public abstract PagedIterable
List all the private endpoint connections associated with the redis cache.
Parameters:
Returns:
list
public abstract PagedIterable
List all the private endpoint connections associated with the redis cache.
Parameters:
Returns:
listAsync
public abstract PagedFlux
List all the private endpoint connections associated with the redis cache.
Parameters:
Returns:
put
public abstract PrivateEndpointConnectionInner put(String resourceGroupName, String cacheName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties)
Update the state of specified private endpoint connection associated with the redis cache.
Parameters:
Returns:
put
public abstract PrivateEndpointConnectionInner put(String resourceGroupName, String cacheName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties, Context context)
Update the state of specified private endpoint connection associated with the redis cache.
Parameters:
Returns:
putAsync
public abstract Mono
Update the state of specified private endpoint connection associated with the redis cache.
Parameters:
Returns:
putWithResponseAsync
public abstract Mono
Update the state of specified private endpoint connection associated with the redis cache.
Parameters:
Returns:
Applies to
Azure SDK for Java