次の方法で共有


ServiceBusSku.Capacity プロパティ

定義

Service Bus Premium 名前空間のメッセージング ユニット。 有効な容量は、properties.premiumMessagingPartitions 設定の {1、2、4、8、16} の倍数です。 たとえば、properties.premiumMessagingPartitions が 1 の場合、使用可能な容量値は 1、2、4、8、および 16 です。 properties.premiumMessagingPartitions が 4 の場合、使用可能な容量値は 4、8、16、32、64 です。

public int? Capacity { get; set; }
member this.Capacity : Nullable<int> with get, set
Public Property Capacity As Nullable(Of Integer)

プロパティ値

適用対象