次の方法で共有


IWithAuthorizationRule インターフェイス

定義

トピックにアクセスするための承認規則を追加できるトピック定義のステージ。

public interface IWithAuthorizationRule
type IWithAuthorizationRule = interface
Public Interface IWithAuthorizationRule
派生

メソッド

WithNewListenRule(String)

トピックのリッスン承認規則を作成します。

WithNewManageRule(String)

トピックの管理承認規則を作成します。

WithNewSendRule(String)

トピックの送信承認規則を作成します。

適用対象