AddConnectionToGroupAction Class

Definition

Operation to add connectionId to a group.

[Newtonsoft.Json.JsonObject(NamingStrategyType=typeof(Newtonsoft.Json.Serialization.CamelCaseNamingStrategy))]
public class AddConnectionToGroupAction : Microsoft.Azure.WebJobs.Extensions.WebPubSub.WebPubSubAction
[<Newtonsoft.Json.JsonObject(NamingStrategyType=typeof(Newtonsoft.Json.Serialization.CamelCaseNamingStrategy))>]
type AddConnectionToGroupAction = class
    inherit WebPubSubAction
Public Class AddConnectionToGroupAction
Inherits WebPubSubAction
Inheritance
AddConnectionToGroupAction
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

AddConnectionToGroupAction()

Properties

ConnectionId

Target connectionId.

Group

Target group name.

Applies to