共用方式為


RemoveUserFromGroupAction Class

Definition

Operation to remove a user from group.

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

Constructors

RemoveUserFromGroupAction()

Properties

ActionName

Readonly name to deserialize to correct WebPubSubAction.

(Inherited from WebPubSubAction)
Group

Target group name.

UserId

Target userId.

Applies to