次の方法で共有


IWithAuthorizationRule インターフェイス

定義

イベント ハブにアクセスするための承認規則を追加できるイベント ハブ名前空間定義のステージ。

public interface IWithAuthorizationRule : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithAuthorizationRule = interface
    interface IBeta
Public Interface IWithAuthorizationRule
Implements IBeta
派生
実装

メソッド

WithNewListenRule(String)

イベント ハブ名前空間へのリッスン アクセス権を持つ新しい承認規則を作成するように指定します。

WithNewManageRule(String)

イベント ハブ名前空間へのアクセスを管理する新しい承認規則を作成する必要があることを指定します。

WithNewSendRule(String)

イベント ハブ名前空間への送信アクセス権を持つ新しい承認規則を作成するように指定します。

適用対象