次の方法で共有


IDefinition インターフェイス

定義

コンシューマー グループ定義全体。

public interface IDefinition : Microsoft.Azure.Management.Eventhub.Fluent.EventHubConsumerGroup.Definition.IBlank, Microsoft.Azure.Management.Eventhub.Fluent.EventHubConsumerGroup.Definition.IWithCreate, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubConsumerGroup>
type IDefinition = interface
    interface IBeta
    interface IBlank
    interface IWithEventHub
    interface IWithUserMetadata
    interface IWithCreate
    interface ICreatable<IEventHubConsumerGroup>
    interface IIndexable
Public Interface IDefinition
Implements IBeta, IBlank, ICreatable(Of IEventHubConsumerGroup), 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)
WithUserMetadata(String)

ユーザー メタデータを指定します。

(継承元 IWithUserMetadata)

適用対象