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

QueuesModelFactory.QueueProperties 方法

定义

创建新的 QueueProperties 实例进行模拟。

public static Azure.Storage.Queues.Models.QueueProperties QueueProperties (System.Collections.Generic.IDictionary<string,string> metadata, int approximateMessagesCount);
static member QueueProperties : System.Collections.Generic.IDictionary<string, string> * int -> Azure.Storage.Queues.Models.QueueProperties
Public Shared Function QueueProperties (metadata As IDictionary(Of String, String), approximateMessagesCount As Integer) As QueueProperties

参数

approximateMessagesCount
Int32

返回

适用于