IWithTopic.WithNewTopic(String, Int32) メソッド

定義

Service Bus 名前空間にトピック エンティティを作成します。

public Microsoft.Azure.Management.ServiceBus.Fluent.ServiceBusNamespace.Update.IUpdate WithNewTopic (string name, int maxSizeInMB);
abstract member WithNewTopic : string * int -> Microsoft.Azure.Management.ServiceBus.Fluent.ServiceBusNamespace.Update.IUpdate
Public Function WithNewTopic (name As String, maxSizeInMB As Integer) As IUpdate

パラメーター

name
String

トピック名。

maxSizeInMB
Int32

トピック エンティティに割り当てられたメモリの最大サイズ。

戻り値

適用対象