Compartir a través de


AddUserToGroupAction Clase

Definición

Operación para agregar un usuario al grupo.

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

Constructores

AddUserToGroupAction()

Operación para agregar un usuario al grupo.

Propiedades

Group

Nombre del grupo de destino.

UserId

UserId de destino.

Se aplica a