Partager via


SendToGroupAction Classe

Définition

Opération pour envoyer un message à un groupe.

[Newtonsoft.Json.JsonObject(NamingStrategyType=typeof(Newtonsoft.Json.Serialization.CamelCaseNamingStrategy))]
public class SendToGroupAction : Microsoft.Azure.WebJobs.Extensions.WebPubSub.WebPubSubAction
[<Newtonsoft.Json.JsonObject(NamingStrategyType=typeof(Newtonsoft.Json.Serialization.CamelCaseNamingStrategy))>]
type SendToGroupAction = class
    inherit WebPubSubAction
Public Class SendToGroupAction
Inherits WebPubSubAction
Héritage
SendToGroupAction
Attributs
Newtonsoft.Json.JsonObjectAttribute

Constructeurs

SendToGroupAction()

Opération pour envoyer un message à un groupe.

Propriétés

Data

Message à envoyer.

DataType

Type de données de message.

Excluded

ConnectionIds à exclure.

Group

Nom du groupe cible.

S’applique à