次の方法で共有


IWithSendOrManage<T> インターフェイス

定義

Service Bus 承認規則の更新の段階。ポリシーの送信または管理を有効にします。

public interface IWithSendOrManage<T> : Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Update.IWithManage<T>, Microsoft.Azure.Management.ServiceBus.Fluent.AuthorizationRule.Update.IWithSend<T>
type IWithSendOrManage<'T> = interface
    interface IWithSend<'T>
    interface IWithManage<'T>
Public Interface IWithSendOrManage(Of T)
Implements IWithManage(Of T), IWithSend(Of T)

型パラメーター

T

更新プログラムの次のステージ。

派生
実装

メソッド

WithManagementEnabled()

Service Bus 承認規則の更新の段階。ポリシーの送信または管理を有効にします。

(継承元 IWithManage<T>)
WithSendingEnabled()

Service Bus 承認規則の更新の段階。ポリシーの送信または管理を有効にします。

(継承元 IWithSend<T>)

適用対象