次の方法で共有


IDefinition インターフェイス

定義

イベント ハブ名前空間承認規則定義の全体。

public interface IDefinition : Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithListen<Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithListenOrSendOrManage<Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithManage<Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithSend<Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithSendOrManage<Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IBlank, Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IWithAccessPolicy, Microsoft.Azure.Management.Eventhub.Fluent.EventHubAuthorizationRule.Definition.IWithCreate, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubAuthorizationRule>
type IDefinition = interface
    interface IBeta
    interface IBlank
    interface IWithEventHub
    interface IWithAccessPolicy
    interface IWithListenOrSendOrManage<IWithCreate>
    interface IWithListen<IWithCreate>
    interface IWithSendOrManage<IWithCreate>
    interface IWithSend<IWithCreate>
    interface IWithManage<IWithCreate>
    interface IWithCreate
    interface ICreatable<IEventHubAuthorizationRule>
    interface IIndexable
Public Interface IDefinition
Implements IBeta, IBlank, ICreatable(Of IEventHubAuthorizationRule), IWithAccessPolicy, IWithCreate, IWithListen(Of IWithCreate), IWithListenOrSendOrManage(Of IWithCreate), IWithManage(Of IWithCreate), IWithSend(Of IWithCreate), IWithSendOrManage(Of IWithCreate)
実装

プロパティ

Key

イベント ハブ名前空間承認規則定義の全体。

(継承元 IIndexable)
Name

作成可能なリソースの名前を取得します。

(継承元 ICreatable<T>)

メソッド

Create()

作成要求を実行します。

(継承元 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

要求をキューに格納し、システム リソースが使用可能になったときに HTTP クライアントが要求を実行できるようにします。

(継承元 ICreatable<T>)
WithExistingEventHub(IEventHub)

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

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

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

(継承元 IWithEventHub)
WithExistingEventHubId(String)

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

(継承元 IWithEventHub)
WithListenAccess()

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

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

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

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

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

(継承元 IWithSend<T>)

適用対象