次の方法で共有


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

定義

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

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

型パラメーター

T

定義の次のステージ。

派生
実装

メソッド

WithManageAccess()

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

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

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

(継承元 IWithSend<T>)

適用対象