次の方法で共有


IWithCreate インターフェイス

定義

(WithCreate.create()) を使用して) 作成するリソースに必要な最小入力をすべて含む定義のステージ。また、その他のオプション設定を指定することもできます。

public interface IWithCreate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.ServiceBus.Fluent.ITopic>, Microsoft.Azure.Management.ServiceBus.Fluent.Topic.Definition.IWithAuthorizationRule, Microsoft.Azure.Management.ServiceBus.Fluent.Topic.Definition.IWithDefaultMessageTTL, Microsoft.Azure.Management.ServiceBus.Fluent.Topic.Definition.IWithDeleteOnIdle, Microsoft.Azure.Management.ServiceBus.Fluent.Topic.Definition.IWithDuplicateMessageDetection, Microsoft.Azure.Management.ServiceBus.Fluent.Topic.Definition.IWithExpressMessage, Microsoft.Azure.Management.ServiceBus.Fluent.Topic.Definition.IWithMessageBatching, Microsoft.Azure.Management.ServiceBus.Fluent.Topic.Definition.IWithPartitioning, Microsoft.Azure.Management.ServiceBus.Fluent.Topic.Definition.IWithSize, Microsoft.Azure.Management.ServiceBus.Fluent.Topic.Definition.IWithSubscription
type IWithCreate = interface
    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 IWithCreate
Implements ICreatable(Of ITopic), IWithAuthorizationRule, IWithDefaultMessageTTL, IWithDeleteOnIdle, IWithDuplicateMessageDetection, IWithExpressMessage, IWithMessageBatching, IWithPartitioning, IWithSize, IWithSubscription
派生
実装

プロパティ

Key

(WithCreate.create()) を使用して) 作成するリソースに必要な最小入力をすべて含む定義のステージ。また、その他のオプション設定を指定することもできます。

(継承元 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)

適用対象