IWithAuthorizationRule インターフェイス

定義

Service Bus 名前空間の更新のステージ。名前空間の承認規則を管理できます。

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

メソッド

WithNewListenRule(String)

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

WithNewManageRule(String)

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

WithNewSendRule(String)

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

WithoutAuthorizationRule(String)

Service Bus 名前空間から承認規則を削除します。

適用対象