次の方法で共有


IDefinition インターフェイス

定義

Service Bus トピック定義の全体。

public interface IDefinition : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.ServiceBus.Fluent.ITopic>, Microsoft.Azure.Management.ServiceBus.Fluent.Topic.Definition.IBlank
type IDefinition = interface
    interface IBlank
    interface IWithCreate
    interface ICreatable<ITopic>
    interface IIndexable
    interface IWithSize
    interface IWithPartitioning
    interface IWithDeleteOnIdle
    interface IWithDefaultMessageTTL
    interface IWithExpressMessage
    interface IWithMessageBatching
    interface IWithDuplicateMessageDetection
    interface IWithSubscription
    interface IWithAuthorizationRule
Public Interface IDefinition
Implements IBlank, ICreatable(Of ITopic)
実装

プロパティ

Key

Service Bus トピック定義の全体。

(継承元 IIndexable)
Name

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

(継承元 ICreatable<T>)

メソッド

Create()

作成要求を実行します。

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

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

(継承元 ICreatable<T>)
WithDefaultMessageTTL(TimeSpan)

メッセージの有効期限が切れる期間を指定します。 注: 明示的にオーバーライドされない限り、既定の ttl は無限 (TimeSpan.Max) です。

(継承元 IWithDefaultMessageTTL)
WithDeleteOnIdleDurationInMinutes(Int32)

トピックが自動的に削除されるアイドル間隔。 注: 明示的にオーバーライドされない限り、アイドル期間の既定の削除は無限 (TimeSpan.Max) です。

(継承元 IWithDeleteOnIdle)
WithDuplicateMessageDetection(TimeSpan)

重複メッセージ検出履歴の期間を指定します。

(継承元 IWithDuplicateMessageDetection)
WithExpressMessage()

このトピックのメッセージが高速であることを指定します。そのため、メッセージをメッセージング ストアに格納する前に、しばらくメモリにキャッシュできます。 注: 既定では、トピックは高速ではありません。

(継承元 IWithExpressMessage)
WithNewListenRule(String)

トピックのリッスン承認規則を作成します。

(継承元 IWithAuthorizationRule)
WithNewManageRule(String)

トピックの管理承認規則を作成します。

(継承元 IWithAuthorizationRule)
WithNewSendRule(String)

トピックの送信承認規則を作成します。

(継承元 IWithAuthorizationRule)
WithNewSubscription(String)

Service Bus トピックのサブスクリプション エンティティを作成します。

(継承元 IWithSubscription)
WithoutMessageBatching()

このトピックでは、既定のバッチ処理を無効にすることを指定します。 Service Bus をバッチ処理すると、内部ストアからメッセージを書き込んだり削除したりするときに、複数のメッセージをバッチ処理できます。

(継承元 IWithMessageBatching)
WithoutPartitioning()

このトピックでは、既定のパーティション分割を無効にすることを指定します。 注: 親 Service Bus が Premium SKU の場合、パーティションを無効にすることはできません。

(継承元 IWithPartitioning)
WithPartitioning()

このトピックでパーティション分割を有効にすることを指定します。

(継承元 IWithPartitioning)
WithSizeInMB(Int64)

トピックに割り当てられるメモリの最大サイズを指定します。

(継承元 IWithSize)

適用対象