AddUserToGroupAction Class

Definition

Operation to add a user to group.

public sealed class AddUserToGroupAction : Microsoft.Azure.Functions.Worker.WebPubSubAction
type AddUserToGroupAction = class
    inherit WebPubSubAction
Public NotInheritable Class AddUserToGroupAction
Inherits WebPubSubAction
Inheritance
AddUserToGroupAction

Constructors

AddUserToGroupAction()

Properties

ActionName

Readonly name to deserialize to correct WebPubSubAction.

(Inherited from WebPubSubAction)
Group

Target group name.

UserId

Target userId.

Applies to