次の方法で共有


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

定義

リッスン、送信、または管理ポリシーを有効にできるイベント ハブ名前空間またはイベント ハブ承認規則定義のステージ。

public interface IWithListenOrSendOrManage<T> : Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithListen<T>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithManage<T>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithSend<T>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithSendOrManage<T>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithListenOrSendOrManage<'T> = interface
    interface IBeta
    interface IWithListen<'T>
    interface IWithSendOrManage<'T>
    interface IWithSend<'T>
    interface IWithManage<'T>
Public Interface IWithListenOrSendOrManage(Of T)
Implements IBeta, IWithListen(Of T), IWithManage(Of T), IWithSend(Of T), IWithSendOrManage(Of T)

型パラメーター

T

定義の次のステージ。

派生
実装

メソッド

WithListenAccess()

ルールでリッスン アクセスを有効にすることを指定します。

(継承元 IWithListen<T>)
WithManageAccess()

ルールで管理アクセスを有効にすることを指定します。

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

ルールで送信アクセスを有効にすることを指定します。

(継承元 IWithSend<T>)

適用対象