次の方法で共有


IBlank インターフェイス

定義

イベント ハブ承認規則定義の最初のステージ。

public interface IBlank : Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IWithEventHub, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IBlank = interface
    interface IBeta
    interface IWithEventHub
Public Interface IBlank
Implements IBeta, IWithEventHub
派生
実装

メソッド

WithExistingEventHub(IEventHub)

特定のイベント ハブに対して承認規則を作成する必要があることを指定します。

(継承元 IWithEventHub)
WithExistingEventHub(String, String, String)

特定のイベント ハブに対して承認規則を作成する必要があることを指定します。

(継承元 IWithEventHub)
WithExistingEventHubId(String)

特定のイベント ハブに対して承認規則を作成する必要があることを指定します。

(継承元 IWithEventHub)

適用対象