Freigeben über


WebPubSubAction.CreateAddUserToGroupAction(String, String) Methode

Definition

Erstellt eine instance von AddUserToGroupAction für die Ausgabebindung.

public static Microsoft.Azure.WebJobs.Extensions.WebPubSub.AddUserToGroupAction CreateAddUserToGroupAction (string userId, string group);
static member CreateAddUserToGroupAction : string * string -> Microsoft.Azure.WebJobs.Extensions.WebPubSub.AddUserToGroupAction
Public Shared Function CreateAddUserToGroupAction (userId As String, group As String) As AddUserToGroupAction

Parameter

userId
String

Zielbenutzer-ID.

group
String

Zielgruppe.

Gibt zurück

Eine Instanz von AddUserToGroupAction.

Gilt für: