你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithQueue.WithNewQueue(String, Int32) 方法

定义

在服务总线命名空间中创建队列实体。

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

参数

name
String

队列名称。

maxSizeInMB
Int32

为队列实体分配的最大内存大小。

返回

适用于