QueuesModelFactory.QueueProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new QueueProperties instance for mocking.
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
Parameters
- metadata
- IDictionary<String,String>
- approximateMessagesCount
- Int32