次の方法で共有


IWithAuthorizationRule インターフェイス

定義

Service Bus 名前空間定義のステージ。名前空間にアクセスするための承認規則を追加できます。

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

メソッド

WithNewListenRule(String)

Service Bus 名前空間のリッスン承認規則を作成します。

WithNewManageRule(String)

Service Bus 名前空間の管理承認規則を作成します。

WithNewSendRule(String)

Service Bus 名前空間の送信承認規則を作成します。

適用対象