IWithAuthorizationRule インターフェイス

定義

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

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

メソッド

WithNewListenRule(String)

キューのリッスン承認規則を作成します。

WithNewManageRule(String)

キューの管理承認規則を作成します。

WithNewSendRule(String)

キューの送信承認規則を作成します。

適用対象