次の方法で共有


RemoveUserFromAllGroupsAction クラス

定義

すべてのグループからユーザーを削除する操作。

[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
継承
RemoveUserFromAllGroupsAction
属性
Newtonsoft.Json.JsonObjectAttribute

コンストラクター

RemoveUserFromAllGroupsAction()

すべてのグループからユーザーを削除する操作。

プロパティ

UserId

Target UserId。

適用対象