SignalRPrivateEndpointConnections Interface
public interface SignalRPrivateEndpointConnections
Resource collection API of SignalRPrivateEndpointConnections.
Method Summary
Method Details
delete
public abstract void delete(String privateEndpointConnectionName, String resourceGroupName, String resourceName)
Delete the specified private endpoint connection.
Parameters:
delete
public abstract void delete(String privateEndpointConnectionName, String resourceGroupName, String resourceName, Context context)
Delete the specified private endpoint connection.
Parameters:
get
public abstract PrivateEndpointConnection get(String privateEndpointConnectionName, String resourceGroupName, String resourceName)
Get the specified private endpoint connection.
Parameters:
Returns:
getWithResponse
public abstract Response<PrivateEndpointConnection> getWithResponse(String privateEndpointConnectionName, String resourceGroupName, String resourceName, Context context)
Get the specified private endpoint connection.
Parameters:
Returns:
list
public abstract PagedIterable<PrivateEndpointConnection> list(String resourceGroupName, String resourceName)
List private endpoint connections.
Parameters:
Returns:
list
public abstract PagedIterable<PrivateEndpointConnection> list(String resourceGroupName, String resourceName, Context context)
List private endpoint connections.
Parameters:
Returns:
update
public abstract PrivateEndpointConnection update(String privateEndpointConnectionName, String resourceGroupName, String resourceName, PrivateEndpointConnectionInner parameters)
Update the state of specified private endpoint connection.
Parameters:
Returns:
updateWithResponse
public abstract Response<PrivateEndpointConnection> updateWithResponse(String privateEndpointConnectionName, String resourceGroupName, String resourceName, PrivateEndpointConnectionInner parameters, Context context)
Update the state of specified private endpoint connection.
Parameters:
Returns: