次の方法で共有


IUpdate インターフェイス

定義

変更可能なすべての設定を含む Service Bus トピック更新操作のテンプレート。

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

プロパティ

Key

変更可能なすべての設定を含む Service Bus トピック更新操作のテンプレート。

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

(継承元 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

更新要求を非同期的に実行します。

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

メッセージの有効期限が切れる期間を指定します。

(継承元 IWithDefaultMessageTTL)
WithDeleteOnIdleDurationInMinutes(Int32)

トピックが自動的に削除されるアイドル間隔。

(継承元 IWithDeleteOnIdle)
WithDuplicateMessageDetectionHistoryDuration(TimeSpan)

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

(継承元 IWithDuplicateMessageDetection)
WithExpressMessage()

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

(継承元 IWithExpressMessage)
WithMessageBatching()

サービス バスが内部ストアにメッセージを書き込むか、内部ストアからメッセージを削除するときに、複数のメッセージをバッチ処理できることを指定します。 これにより、スループットが向上します。

(継承元 IWithMessageBatching)
WithNewListenRule(String)

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

(継承元 IWithAuthorizationRule)
WithNewManageRule(String)

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

(継承元 IWithAuthorizationRule)
WithNewSendRule(String)

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

(継承元 IWithAuthorizationRule)
WithNewSubscription(String)

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

(継承元 IWithSubscription)
WithoutAuthorizationRule(String)

トピックの承認規則を削除します。

(継承元 IWithAuthorizationRule)
WithoutDuplicateMessageDetection()

重複メッセージ検出を無効にする必要があることを指定します。

(継承元 IWithDuplicateMessageDetection)
WithoutExpressMessage()

このトピックのメッセージが高速でないため、メモリにキャッシュする必要があることを指定します。

(継承元 IWithExpressMessage)
WithoutMessageBatching()

Service Bus がメッセージを内部ストアに書き込むか、メッセージを削除するときに、メッセージのバッチ処理を無効にするように指定します。

(継承元 IWithMessageBatching)
WithoutSubscription(String)

Service Bus トピックに関連付けられているサブスクリプション エンティティを削除します。

(継承元 IWithSubscription)
WithSizeInMB(Int64)

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

(継承元 IWithSize)

適用対象