RemoveUserFromAllGroupsAction Class

Definition

Operation to remove user from all groups.

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

Constructors

RemoveUserFromAllGroupsAction()

Properties

UserId

Target UserId.

Applies to