Share via


WebPubSubServiceClient.RemoveConnectionsFromGroups Method

Definition

Remove filtered connections from multiple groups.

public virtual Azure.Response RemoveConnectionsFromGroups (System.Collections.Generic.IEnumerable<string> groups, string filter = default, Azure.RequestContext context = default);
abstract member RemoveConnectionsFromGroups : seq<string> * string * Azure.RequestContext -> Azure.Response
override this.RemoveConnectionsFromGroups : seq<string> * string * Azure.RequestContext -> Azure.Response
Public Overridable Function RemoveConnectionsFromGroups (groups As IEnumerable(Of String), Optional filter As String = Nothing, Optional context As RequestContext = Nothing) As Response

Parameters

groups
IEnumerable<String>

A list of groups which target connections will be added into.

filter
String

An OData filter which target connections satisfy.

context
RequestContext

The request context, which can override default behaviors of the client pipeline on a per-call basis.

Returns

A Response if successful.

Applies to